]> granicus.if.org Git - postgresql/commit
Fix compiler warning in jsonpath_exec.c
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 17 Mar 2019 07:10:21 +0000 (10:10 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 17 Mar 2019 07:12:06 +0000 (10:12 +0300)
commit042162d6281a7daf1291931ee7b0a5641d3a73d7
tree86a8158801d61366e5786b00adc583453c22e09e
parent0176eb210e445e8a911c7df79997c7ab62e86dcc
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
src/backend/utils/adt/jsonpath_exec.c