pgsql: Add "Reason code" prefix to internal SSI error messages

Started by Peter Eisentrautalmost 15 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)