pgsql: Refine error messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Refine error messages
Date: 2018-05-08 18:37:12
Message-ID: E1fG7U8-0005oM-Ea@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Refine error messages

"JSON" when not referring to a data type should be upper case.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/831f5d11ec7bb8a693c581720d014b3a5ad7d446

Modified Files
--------------
src/backend/utils/adt/jsonfuncs.c | 10 +++++-----
src/test/regress/expected/json.out | 34 +++++++++++++++++-----------------
src/test/regress/expected/jsonb.out | 34 +++++++++++++++++-----------------
3 files changed, 39 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-08 19:59:21 pgsql: Improve initdb's query for generating default descriptions a lit
Previous Message Tom Lane 2018-05-08 04:20:58 pgsql: Count heap tuples in non-SnapshotAny path in IndexBuildHeapRange