Fix declarations of couple jsonpath functions

Alexander Korotkov <akorotkov@postgresql.org>

Commit: da24961e9e1d887111d17cc2dcece2e3946ca5a6
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2019-05-19T04:45:42Z
Releases: 12.0
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.

Files

PathChange+/−
src/backend/utils/adt/jsonpath_exec.c modified +2 −2