pgsql/src/pl/tcl pltcl.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/tcl pltcl.c
Date: 2001-02-16 03:26:40
Message-ID: 200102160326.f1G3QeK58659@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-02-16 03:49:40 pgsql/src/interfaces/odbc convert.c
Previous Message Tom Lane 2001-02-16 03:22:41 pgsql/src/pl/tcl/test test.expected test_queri ...