pgsql: Fix declarations of couple jsonpath functions - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix declarations of couple jsonpath functions
Date
Msg-id E1hSDl6-0004Dk-MI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da24961e9e1d887111d17cc2dcece2e3946ca5a6

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Document jsonpath .** accessor with nesting level filter
Next
From: Tom Lane
Date:
Subject: pgsql: Revert "postmaster: Start syslogger earlier".