Skip to content

Commit 95898b4

Browse files
author
Nikita Glukhov
committed
Add generic json
1 parent acee6c2 commit 95898b4

File tree

11 files changed

+1911
-171
lines changed

11 files changed

+1911
-171
lines changed

src/backend/utils/adt/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ OBJS = acl.o amutils.o arrayfuncs.o array_expanded.o array_selfuncs.o \
1616
float.o format_type.o formatting.o genfile.o \
1717
geo_ops.o geo_selfuncs.o geo_spgist.o inet_cidr_ntop.o inet_net_pton.o \
1818
int.o int8.o json.o jsonb.o jsonb_gin.o jsonb_op.o jsonb_util.o \
19-
jsonfuncs.o like.o lockfuncs.o mac.o mac8.o misc.o nabstime.o name.o \
19+
jsonfuncs.o json_generic.o \
20+
like.o lockfuncs.o mac.o mac8.o misc.o nabstime.o name.o \
2021
network.o network_gist.o network_selfuncs.o network_spgist.o \
2122
numeric.o numutils.o oid.o oracle_compat.o \
2223
orderedsetaggs.o pg_locale.o pg_lsn.o pg_upgrade_support.o \

0 commit comments

Comments
 (0)