pgsql: Improve error message with JSON_SERIALIZE()

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Improve error message with JSON_SERIALIZE()
Дата
Msg-id E1oAjDx-002Cgt-GM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve error message with JSON_SERIALIZE()

The error message introduced in 3c633f3 can share the same format string
with an existing message used for JSON(), reducing the translation
effort.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20220708.154135.2123613118233840495.horikyota.ntt@gmail.com
Backpatch-through: 15

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a6be1f0ec3cc9b98453bdab2d4edcfd5a00c7fa

Modified Files
--------------
src/backend/parser/parse_expr.c       | 5 +++--
src/test/regress/expected/sqljson.out | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve two comments related to a boolean DefElem's value
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix two portability issues with the tests of test_oat_hooks