diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-08-18 07:41:14 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-08-18 07:43:52 +0200 |
commit | dcfc49c1b652dfe41273579aeaf6b454c51f037b (patch) | |
tree | 13bd73e9485082190da829973481d1af5bed7d88 /src/backend/access/gist/gist.c | |
parent | 6337e994e89797d60b68ac6786c6a322ac00a382 (diff) | |
download | postgresql-dcfc49c1b652dfe41273579aeaf6b454c51f037b.tar.gz postgresql-dcfc49c1b652dfe41273579aeaf6b454c51f037b.zip |
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
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions