Обсуждение: pgsql/src/pl/tcl pltcl.c

Поиск
Список
Период
Сортировка

pgsql/src/pl/tcl pltcl.c

От
tgl@postgresql.org
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/24 14:31:36

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

Log message:
    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.