Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e47e31c

Browse files
author
Nikita Glukhov
committed
Add generic json
1 parent 99c23ae commit e47e31c

File tree

14 files changed

+2031
-189
lines changed

14 files changed

+2031
-189
lines changed

src/backend/utils/adt/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ OBJS = \
4444
int.o \
4545
int8.o \
4646
json.o \
47+
json_generic.o \
4748
jsonb.o \
4849
jsonb_gin.o \
4950
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)