Re: SQL/JSON: functions

Поиск
Список
Период
Сортировка
От Nikita Glukhov
Тема Re: SQL/JSON: functions
Дата
Msg-id 6d647fab-ff07-f36a-77c2-15d2676e91c6@postgrespro.ru
обсуждение исходный текст
Ответ на Re: SQL/JSON: functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: SQL/JSON: functions  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Attached 43rd version of the patches.

The previous patch #4 ("Add function formats") was removed.
Instead, introduced new executor node JsonCtorExpr which is used to wrap
SQL/JSON constructor function calls (FuncExpr, Aggref, WindowFunc).

Also, JsonIsPredicate node began to be used as executor node.
This helped to remove unnecessary json[b]_is_valid() user functions.

On 06.03.2020 11:16, Pavel Stehule wrote:
make check fails
but probably it is only forgotten actualization
Fixed.

--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Paul A Jungwirth
Дата:
Сообщение: Re: range_agg
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Internal key management system