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 ------ REL9_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/90ffdf83d28900f280a8a1e4ed904ebf7da8cb90 Modified Files -------------- src/backend/storage/lmgr/predicate.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
