pgsql: Fix declarations of couple jsonpath functions

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix declarations of couple jsonpath functions
Дата
Msg-id E1hSDl6-0004Dk-MI@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Document jsonpath .** accessor with nesting level filter
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "postmaster: Start syslogger earlier".