pgsql: Simplify productions for FORMAT JSON [ ENCODING name ]

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Simplify productions for FORMAT JSON [ ENCODING name ]
Дата
Msg-id E1rCdx6-009esM-JB@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify productions for FORMAT JSON [ ENCODING name ]

This removes the production json_encoding_clause_opt, instead merging
it into json_format_clause.  Also remove the auxiliary
makeJsonEncoding() function.

Reviewed-by: Amit Langote <amitlangote09@gmail.com>
Discussion: https://postgr.es/m/202312071841.u2gueb5dsrbk%40alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d3fe6e90bab52b8cbf085cfad5e4da110a2cd373

Modified Files
--------------
src/backend/nodes/makefuncs.c | 21 -------------------
src/backend/parser/gram.y     | 49 +++++++++++++++++++++++++++++--------------
src/include/nodes/makefuncs.h |  1 -
3 files changed, 33 insertions(+), 38 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove trace_recovery_messages
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: jit: Create void type in the right context