pgsql: Add missing initialization in transformJsonFuncExpr()

Поиск
Список
Период
Сортировка
От Amit Langote
Тема pgsql: Add missing initialization in transformJsonFuncExpr()
Дата
Msg-id E1rsMnO-000StP-MV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing initialization in transformJsonFuncExpr()

de3600452b added some code for the new JSON_TABLE_OP to that function
but missed to initialize the default_format variable.

Reported-by: Erik Rijkers <er@xs4all.nl>
Discussion: https://postgr.es/m/254b2fa2-2f6b-a30a-20ee-21f8a2c12a50@xs4all.nl

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6f4d63e989ffbdb44f5856a17fae5ae68c40327d

Modified Files
--------------
src/backend/parser/parse_expr.c | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Add basic JSON_TABLE() functionality
Следующее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: Add basic JSON_TABLE() functionality