Clean up plpython error reporting so that its regression test passes
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plpython/error.expected | modified | +17 −14 |
| src/pl/plpython/plpython.c | modified | +17 −9 |
| src/pl/plpython/test.sh | modified | +7 −8 |