pgsql: Remove dubious warning message from SQL/JSON functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove dubious warning message from SQL/JSON functions
Дата
Msg-id E1qWsVN-000hjr-8V@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove dubious warning message from SQL/JSON functions

There was a warning that FORMAT JSON has no effect on json/jsonb
types, which is true, but it's not clear why we should issue a warning
about it.  The SQL standard does not say anything about this, which
should generally govern the behavior here.  So remove it.

Discussion: https://www.postgresql.org/message-id/flat/dfec2cae-d17e-c508-6d16-c2dba82db486%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/881cd9e581c2c40023f82edcd1cd2335691b78f2

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


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: pg_upgrade: Improve style of a few verbose messages
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Split out tiebreaker comparisons from comparetup_* functions