pgsql: Do not prefix error messages with the string "PL/Python: " - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Do not prefix error messages with the string "PL/Python: "
Date
Msg-id E1PiEtR-00038h-R3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Improve exception usage in PL/Python
Next
From: Tom Lane
Date:
Subject: pgsql: Change inv_truncate() to not repeat its systable_getnext_ordered