postgresql/src/backend/utils/adt
Alexander Korotkov 042162d628 Fix compiler warning in jsonpath_exec.c
Warning was observed in gcc 4.4.6, gcc 4.4.7 and probably others.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/25151.1552751426%40sss.pgh.pa.us
2019-03-17 10:12:06 +03:00
..
.gitignore Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
Makefile Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
acl.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
amutils.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
array_expanded.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
array_selfuncs.c Refactor planner's header files. 2019-01-29 15:48:51 -05:00
array_typanalyze.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
array_userfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
arrayfuncs.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
arrayutils.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
ascii.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
bool.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
cash.c Correct constness of a few variables. 2018-10-15 21:01:14 -07:00
char.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
cryptohashes.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
date.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
datetime.c Create the infrastructure for planner support functions. 2019-02-09 18:08:48 -05:00
datum.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
dbsize.c Replace heapam.h includes with {table, relation}.h where applicable. 2019-01-21 10:51:37 -08:00
domains.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
encode.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
enum.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
expandeddatum.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
expandedrecord.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
float.c Numeric error suppression in jsonpath 2019-03-16 12:21:19 +03:00
format_type.c Remove unused macro 2019-02-11 10:07:25 +01:00
formatting.c More unconstify use 2019-02-13 11:50:16 +01:00
genfile.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
geo_ops.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
geo_selfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
geo_spgist.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
inet_cidr_ntop.c Suppress -Wshift-negative-value warnings. 2018-06-17 16:15:11 -04:00
inet_net_pton.c Remove unnecessary parentheses in return statements 2017-09-05 14:52:55 -04:00
int.c Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
int8.c Build out the planner support function infrastructure. 2019-02-09 18:32:23 -05:00
json.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
jsonb.c Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
jsonb_gin.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
jsonb_op.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
jsonb_util.c Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
jsonfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
jsonpath.c Suppress -Wimplicit-fallthrough warnings in new jsonpath code. 2019-03-16 12:34:46 -04:00
jsonpath_exec.c Fix compiler warning in jsonpath_exec.c 2019-03-17 10:12:06 +03:00
jsonpath_gram.y Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
jsonpath_scan.l Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
levenshtein.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
like.c Add some const decorations 2019-02-08 10:13:24 +01:00
like_match.c Add some const decorations 2019-02-08 10:13:24 +01:00
like_support.c Move pattern selectivity code from selfuncs.c to like_support.c. 2019-02-14 10:51:59 -05:00
lockfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
mac.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
mac8.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
misc.c Replace uses of heap_open et al with the corresponding table_* function. 2019-01-21 10:51:37 -08:00
name.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
network.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
network_gist.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
network_selfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
network_spgist.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
numeric.c Numeric error suppression in jsonpath 2019-03-16 12:21:19 +03:00
numutils.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
oid.c Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
oracle_compat.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
orderedsetaggs.c Refactor planner's header files. 2019-01-29 15:48:51 -05:00
partitionfuncs.c pg_partition_ancestors 2019-03-04 16:14:29 -03:00
pg_locale.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
pg_lsn.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
pg_upgrade_support.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
pgstatfuncs.c Track block level checksum failures in pg_stat_database 2019-03-09 10:47:30 -08:00
pseudotypes.c tableam: introduce table AM infrastructure. 2019-03-06 09:54:38 -08:00
quote.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
rangetypes.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
rangetypes_gist.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
rangetypes_selfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
rangetypes_spgist.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
rangetypes_typanalyze.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
regexp.c Partial implementation of SQL/JSON path language 2019-03-16 12:16:48 +03:00
regproc.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
ri_triggers.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
rowtypes.c Change function call information to be variable length. 2019-01-26 14:17:52 -08:00
ruleutils.c Standardize some more loops that chase down parallel lists. 2019-02-28 14:25:01 -05:00
selfuncs.c tableam: Add and use scan APIs. 2019-03-11 12:46:41 -07:00
tid.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
timestamp.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
trigfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsginidx.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsgistidx.c Make use of compiler builtins and/or assembly for CLZ, CTZ, POPCNT. 2019-02-15 23:22:33 -05:00
tsquery.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsquery_cleanup.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsquery_gist.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsquery_op.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsquery_rewrite.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsquery_util.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsrank.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsvector.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
tsvector_op.c Remove unused macro 2019-03-11 09:29:50 +01:00
tsvector_parser.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
txid.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
uuid.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
varbit.c Create the infrastructure for planner support functions. 2019-02-09 18:08:48 -05:00
varchar.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
varlena.c Move hash_any prototype from access/hash.h to utils/hashutils.h 2019-03-11 13:17:50 -03:00
version.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
windowfuncs.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
xid.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
xml.c Fix crash with old libxml2 2019-03-08 19:13:25 -03:00