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

It is redundant, given the error context.

Jan Urbański
This commit is contained in:
Peter Eisentraut
2011-01-27 01:00:58 +02:00
parent 582b5ac62e
commit 5829738868
8 changed files with 24 additions and 24 deletions

View File

@ -73,5 +73,5 @@ NOTICE: notice
CONTEXT: PL/Python function "elog_test"
WARNING: warning
CONTEXT: PL/Python function "elog_test"
ERROR: PL/Python: plpy.Error: error
ERROR: plpy.Error: error
CONTEXT: PL/Python function "elog_test"