]> granicus.if.org Git - postgresql/commit
Clean up plpython error reporting so that its regression test passes
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Jan 2003 22:25:18 +0000 (22:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 31 Jan 2003 22:25:18 +0000 (22:25 +0000)
commit4ff31fbd01484bb033673ab4626578b9ac952ca5
treed97704180c0683df7a8069df8076416f9bf6310b
parentb52fe8dcc87595c2e3804499c1e91e7e399d174e
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.
src/pl/plpython/error.expected
src/pl/plpython/plpython.c
src/pl/plpython/test.sh