| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Do not prefix error messages with the string "PL/Python: " |
| Date: | 2011-01-26 23:35:17 |
| Message-ID: | E1PiEtR-00038h-R3@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2011-01-26 23:40:51 | Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state |
| Previous Message | Jan Urbański | 2011-01-26 23:25:42 | Re: Re: [COMMITTERS] pgsql: Get rid of the global variable holding the error state |