pgsql: Improve error reporting in jsonpath

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Improve error reporting in jsonpath
Дата
Msg-id E1hO8BA-0004Me-LP@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Improve error reporting in jsonpath  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Improve error reporting in jsonpath

This commit contains multiple improvements to error reporting in jsonpath
including but not limited to getting rid of following things:

 * definition of error messages in macros,
 * errdetail() when valueable information could fit to errmsg(),
 * word "singleton" which is not properly explained anywhere,
 * line breaks in error messages.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/14890.1555523005%40sss.pgh.pa.us
Author: Alexander Korotkov
Reviewed-by: Tom Lane

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29ceacc3f93720d3ebb7e7e999f8b7fe9622389c

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c             | 120 ++++++-------------
src/backend/utils/adt/jsonpath_gram.y             |   6 +-
src/backend/utils/adt/jsonpath_scan.l             |  23 ++--
src/test/regress/expected/jsonb_jsonpath.out      | 137 ++++++++--------------
src/test/regress/expected/jsonpath.out            |  61 ++++------
src/test/regress/expected/jsonpath_encoding.out   |  18 +--
src/test/regress/expected/jsonpath_encoding_1.out |  12 +-
7 files changed, 130 insertions(+), 247 deletions(-)


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

Предыдущее
От: noreply@postgresql.org
Дата:
Сообщение: pgsql: Tag refs/tags/REL9_5_17 was created
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Improve error reporting in jsonpath