mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 07:17:36 +08:00
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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user