Thread: pgsql: Fix plperl and pltcl to include the name of the current function

pgsql: Fix plperl and pltcl to include the name of the current function

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/pl/plperl:
        plperl.c (r1.129 -> r1.130)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c?r1=1.129&r2=1.130)
    pgsql/src/pl/plperl/expected:
        plperl.out (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/expected/plperl.out?r1=1.11&r2=1.12)
        plperl_elog.out (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/expected/plperl_elog.out?r1=1.5&r2=1.6)
    pgsql/src/pl/tcl:
        pltcl.c (r1.114 -> r1.115)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/pltcl.c?r1=1.114&r2=1.115)