pgsql: Improve a couple of sql/json error messages - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Improve a couple of sql/json error messages
Date
Msg-id E1nf0RT-000UYE-HN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve a couple of sql/json error messages

Fix the grammar in two, and add a hint to one.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cd8717af3f0345c758d46fea06fb390b4d593f2

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


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix transformJsonBehavior
Next
From: Robert Haas
Date:
Subject: pgsql: Rethink the delay-checkpoint-end mechanism in the back-branches.