pgsql: Fix plperl and pltcl to include the name of the current function - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix plperl and pltcl to include the name of the current function
Date
Msg-id 20071005170611.7F07C753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add pgcvslog '-d' capability to allow stripping of commit
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add comment about cvs branch numbers.