pgsql: Improve a couple of sql/json error messages

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve a couple of sql/json error messages
Date: 2022-04-14 14:27:27
Message-ID: E1nf0RT-000UYE-HN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-04-14 15:11:19 pgsql: Rethink the delay-checkpoint-end mechanism in the back-branches.
Previous Message Andrew Dunstan 2022-04-14 13:26:08 pgsql: Fix transformJsonBehavior