Fix plperl and pltcl to include the name of the current function when
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |