postgresql/src/pl
Peter Eisentraut 395fcac299 Fix PL/Python traceback for error in separate file
It assumed that the lineno from the traceback always refers to the
PL/Python function.  If you created a PL/Python function that imports
some code, runs it, and that code raises an exception, PLy_traceback
would get utterly confused.

Now we look at the file name reported with the traceback and only
print the source line if it came from the PL/Python function.

Jan Urbański
2011-04-20 23:19:04 +03:00
..
plperl pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
plpgsql Support a COLLATE clause in plpgsql variable declarations. 2011-04-17 14:54:19 -04:00
plpython Fix PL/Python traceback for error in separate file 2011-04-20 23:19:04 +03:00
tcl pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
Makefile Improved parallel make support 2010-11-12 22:15:16 +02:00