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)
commitf9ccb0cbedcc2ad2f675eb024569e63ec536701b
tree99635239b775e340e7c8bbd95e35fc487ea44ec0
parent5ec7933f091be054e8a82b39952a72cf6ae57708
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