Fix plperl and pltcl to include the name of the current function when

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

Commit: 94035980596cb709ffb637aadcee0a87a7c17d78
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-10-05T17:06:11Z
Releases: 8.3.0
Fix plperl and pltcl to include the name of the current function when
passing on errors from the language interpreter.  (plpython seems
fairly OK about this already.)  Per gripe from Robert Kleemann.

Files

PathChange+/−
src/pl/plperl/expected/plperl_elog.out modified +1 −1
src/pl/plperl/expected/plperl.out modified +1 −1
src/pl/plperl/plperl.c modified +18 −12
src/pl/tcl/pltcl.c modified +30 −18