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

Commit e099191

Browse files
author
Nikita Glukhov
committed
Add jsonpath support for json type
1 parent ecb9316 commit e099191

File tree

13 files changed

+3075
-34
lines changed

13 files changed

+3075
-34
lines changed

src/backend/utils/adt/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 jsonpath_gram.o jsonpath_scan.o jsonpath.o jsonpath_exec.o \
19+
jsonfuncs.o jsonpath_gram.o jsonpath_scan.o jsonpath.o jsonpath_exec.o jsonpath_json.o \
2020
like.o lockfuncs.o mac.o mac8.o misc.o nabstime.o name.o \
2121
network.o network_gist.o network_selfuncs.o network_spgist.o \
2222
numeric.o numutils.o oid.o oracle_compat.o \
@@ -46,6 +46,8 @@ jsonpath_gram.h: jsonpath_gram.c ;
4646
# Force these dependencies to be known even without dependency info built:
4747
jsonpath_gram.o jsonpath_scan.o jsonpath_parser.o: jsonpath_gram.h
4848

49+
jsonpath_json.o: jsonpath_exec.c
50+
4951
# jsonpath_gram.c, jsonpath_gram.h, and jsonpath_scan.c are in the distribution
5052
# tarball, so they are not cleaned here.
5153
clean distclean maintainer-clean:

0 commit comments

Comments
 (0)