pgsql: SQL/JSON: Fix some obsolete comments.

Поиск
Список
Период
Сортировка
От Amit Langote
Тема pgsql: SQL/JSON: Fix some obsolete comments.
Дата
Msg-id E1sPH1T-000GFV-Fc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
SQL/JSON: Fix some obsolete comments.

JSON_OBJECT(), JSON_OBJETAGG(), JSON_ARRAY(), and JSON_ARRAYAGG()
added in 7081ac46ace are not transformed into direct calls to
user-defined functions as the comments claim. Fix by mentioning
instead that they are transformed into JsonConstructorExpr nodes,
which may call them, for example, for the *AGG() functions.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/058c856a-e090-ac42-ff00-ffe394f52a87%40gmail.com
Backpatch-through: 16

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/290a6d800d90d36a4a1d45655c944695102fabd1

Modified Files
--------------
src/backend/parser/parse_expr.c | 33 ++++++++++++++++-----------------
1 file changed, 16 insertions(+), 17 deletions(-)


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: pgsql: SQL/JSON: Fix some obsolete comments.
Следующее
От: Amit Langote
Дата:
Сообщение: pgsql: SQL/JSON: Fix some obsolete comments.