pgsql: Do not prefix error messages with the string "PL/Python: "

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

Do not prefix error messages with the string "PL/Python: "

It is redundant, given the error context.

Jan Urbański

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=5829738868f8d87263b6d31675e08147d8d7c188

Modified Files
--------------
src/pl/plpython/expected/plpython_do.out | 2 +-
src/pl/plpython/expected/plpython_error.out | 20 ++++++++++----------
src/pl/plpython/expected/plpython_test.out | 2 +-
src/pl/plpython/expected/plpython_types.out | 2 +-
src/pl/plpython/expected/plpython_types_3.out | 2 +-
src/pl/plpython/expected/plpython_unicode_2.out | 8 ++++----
src/pl/plpython/expected/plpython_unicode_3.out | 8 ++++----
src/pl/plpython/plpython.c | 4 ++--
8 files changed, 24 insertions(+), 24 deletions(-)