Обсуждение: pgsql: Fix declarations of couple jsonpath functions

Поиск
Список
Период
Сортировка

pgsql: Fix declarations of couple jsonpath functions

От
Alexander Korotkov
Дата:
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(-)