Fix plperl and pltcl to include the name of the current function when
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Oct 2007 17:06:11 +0000 (17:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 5 Oct 2007 17:06:11 +0000 (17:06 +0000)
commit94035980596cb709ffb637aadcee0a87a7c17d78
tree66805c85e5de94468ac47122b0208d217124e8c5
parente77df38a0f30d232eec53a0b62c36eb5f7d3f5bd
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.
src/pl/plperl/expected/plperl.out
src/pl/plperl/expected/plperl_elog.out
src/pl/plperl/plperl.c
src/pl/tcl/pltcl.c