pgsql: Make SQL/JSON error code names match SQL standard

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make SQL/JSON error code names match SQL standard
Date: 2019-08-22 08:54:09
Message-ID: E1i0irB-000491-Eu@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make SQL/JSON error code names match SQL standard

There were some minor differences that didn't seem necessary.

Discussion: https://www.postgresql.org/message-id/flat/86b67eef-bb26-c97d-3e35-64f1fbd4f9fe%402ndquadrant.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/04f576a999e052187c3ff3bac4965fcd63b34820

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 36 +++++++++++++++++------------------
src/backend/utils/errcodes.txt | 22 ++++++++++-----------
2 files changed, 29 insertions(+), 29 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-08-22 13:37:56 pgsql: Update SQL conformance information
Previous Message Michael Paquier 2019-08-22 01:01:07 pgsql: Doc: Remove mention to "Visual Studio Express 2019"