Clean up plpython error reporting so that its regression test passes

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4ff31fbd01484bb033673ab4626578b9ac952ca5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-31T22:25:18Z
Releases: 7.3.2
Clean up plpython error reporting so that its regression test passes
with some amount of cleanliness.  I see no need to report the internal
Python name rather than the SQL procedure name in error tracebacks.

Files

PathChange+/−
src/pl/plpython/error.expected modified +17 −14
src/pl/plpython/plpython.c modified +17 −9
src/pl/plpython/test.sh modified +7 −8