Thread: pgsql/src/pl/tcl pltcl.c

pgsql/src/pl/tcl pltcl.c

From
momjian@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    momjian@postgresql.org    01/10/04 11:47:41

Modified files:
    src/pl/tcl     : pltcl.c

Log message:
    This patch adds reporting of tcl global variable errorInfo
    which contains stack trace.
    One problem, after this patch errors will generate multiline ERROR
    messages. Is it acceptable or do I need split it and generate multiple
    singleline messages?

    Vsevolod Lobko