pgsql: Fix declarations of couple jsonpath functions

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix declarations of couple jsonpath functions
Date: 2019-05-19 04:49:16
Message-ID: E1hSDl6-0004Dk-MI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-05-19 15:14:34 pgsql: Revert "postmaster: Start syslogger earlier".
Previous Message Alexander Korotkov 2019-05-19 04:45:07 pgsql: Improve documentation for array subscription in jsonpath