]> granicus.if.org Git - postgresql/commit
pltcl's spi_execp didn't handle NULL arguments quite correctly.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jan 2002 19:31:36 +0000 (19:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 24 Jan 2002 19:31:36 +0000 (19:31 +0000)
commit47ccf37c62e364e75342de7e62d27d539c65dc14
tree617ba1bdfed9e6a00b5e70c9e72bace4ffa9c171
parentdb42e32a74954cd017b3a284306a14900697b3ff
pltcl's spi_execp didn't handle NULL arguments quite correctly.
It would try to call the input conversion routines for them anyway.
So, a valid input string for the datatype had to be supplied.
src/pl/tcl/pltcl.c