]> granicus.if.org Git - postgresql/commit
Fix declarations of couple jsonpath functions
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 19 May 2019 04:45:42 +0000 (07:45 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 19 May 2019 04:45:42 +0000 (07:45 +0300)
commitda24961e9e1d887111d17cc2dcece2e3946ca5a6
tree1e94507874b2f160b22a282f35467cbd701187d0
parent87bcc02f4f739d76703feee0ff8346b98fa9b907
Fix declarations of couple jsonpath functions

Make jsonb_path_query_array() and jsonb_path_query_first() use
PG_FUNCTION_ARGS macro instead of its expansion.
src/backend/utils/adt/jsonpath_exec.c