pgsql: Code review for error reports in jsonb_set().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Code review for error reports in jsonb_set().
Дата
Msg-id E1aikHD-0001Ls-Jy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Code review for error reports in jsonb_set().

User-facing (even tested by regression tests) error conditions were thrown
with elog(), hence had wrong SQLSTATE and were untranslatable.  And the
error message texts weren't up to project style, either.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1548c781888be14d2f24d65fbd591198fabef3a0

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c   | 24 ++++++++++++++----------
src/test/regress/expected/jsonb.out | 12 ++++++------
2 files changed, 20 insertions(+), 16 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Code review for error reports in jsonb_set().
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Partition the freelist for shared dynahash tables.