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)
commit997951626c346664223c44e5f81b02c4474a8bac
tree26ce994679adba32a6985e8c3a4806c6dc4d5771
parent92a38ed88e457e6a1ebff47c20d243b022e82e57
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