pgsql: Add another SQL/JSON error code

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add another SQL/JSON error code
Date: 2022-07-18 12:43:32
Message-ID: E1oDQ5z-0006or-FV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add another SQL/JSON error code

A code comment said that the standard does not define a number for
ERRCODE_SQL_JSON_ITEM_CANNOT_BE_CAST_TO_TARGET_TYPE, but this was
fixed in a later draft version of the standard, so use that number
now.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/b681ca7635c4082c76f069d4d1dc2ca61975ca59

Modified Files
--------------
src/backend/executor/execExprInterp.c | 8 +-------
src/backend/utils/errcodes.txt | 1 +
2 files changed, 2 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-07-18 13:06:08 pgsql: pg_upgrade: Adjust quoting style in message to match guidelines
Previous Message Peter Eisentraut 2022-07-18 06:06:39 pgsql: Convert macros to static inline functions (tupmacs.h)