pgsql/src/pl/tcl pltcl.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/pl/tcl pltcl.c
Date
Msg-id 200102160326.f1G3QeK58659@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/02/15 22:26:40

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

Log message:
    Fix bugs in pltcl's new return_null command: it was liable to go belly up
    if the return datatype's input converter was at all strict, because the
    converter would get called on junk data when returning NULL.  Also
    ensure that it gives an error rather than coredumping if someone tries
    to use it in a trigger function.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/pl/tcl/test test.expected test_queri ...
Next
From: Tom Lane
Date:
Subject: pgsql/src/interfaces/odbc convert.c