pgsql: Add "Reason code" prefix to internal SSI error messages - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Add "Reason code" prefix to internal SSI error messages
Date
Msg-id E1QswEV-0003MN-JX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add "Reason code" prefix to internal SSI error messages

This makes it clearer that the error message is perhaps not supposed
to be understood by users, and it also makes it somewhat clearer that
it was not accidentally omitted from translation.

Idea from Heikki Linnakangas, except that we don't mark "Reason code"
for translation at this point, because that would make the
implementation too cumbersome.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e5475a80d2fd1b99a7939a81a44b746821287a06

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |   18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix unsafe order of operations in foreign-table DDL commands.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add "Reason code" prefix to internal SSI error messages