pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex
Дата
Msg-id E1h5Sa8-0007FZ-Co@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-committers
Beautify initialization of JsonValueList and JsonLikeRegexContext

Instead of tricky assignment to {0} introduce special macros, which
explicitly initialize every field.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4178d8b91cb943b422d1837b4b7798576d88995a

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


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Apply const qualifier to keywords of jsonpath_scan.l
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Beautify initialization of JsonValueList andJsonLikeRegexContex