From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove dubious warning message from SQL/JSON functions |
Date: | 2023-08-18 05:58:41 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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.
Branch
------
master
Modified Files
--------------
src/backend/parser/parse_expr.c | 5 -----
src/test/regress/expected/sqljson.out | 6 ------
2 files changed, 11 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2023-08-18 10:25:23 | Re: pgsql: Split out tiebreaker comparisons from comparetup_* functions |
Previous Message | Michael Paquier | 2023-08-18 00:47:22 | pgsql: pg_upgrade: Improve style of a few verbose messages |