Skip to content

Commit ccbcdbb

Browse files
author
Nikita Glukhov
committed
Add generic json
1 parent b18d117 commit ccbcdbb

File tree

15 files changed

+2040
-206
lines changed

15 files changed

+2040
-206
lines changed

src/backend/utils/adt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ OBJS = \
4545
int.o \
4646
int8.o \
4747
json.o \
48+
json_generic.o \
4849
jsonb.o \
4950
jsonb_gin.o \
5051
jsonb_op.o \

src/backend/utils/adt/json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "utils/datetime.h"
2525
#include "utils/json.h"
2626
#include "utils/jsonfuncs.h"
27+
#include "utils/json_generic.h"
2728
#include "utils/lsyscache.h"
2829
#include "utils/typcache.h"
2930

0 commit comments

Comments
 (0)