Thread: pgsql/src/backend/executor spi.c

pgsql/src/backend/executor spi.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/03 15:30:47

Modified files:
    src/backend/executor: spi.c

Log message:
    SPI_cursor_open must copy by-reference parameter values into the
    portal's memory context, so that they will live as long as the portal does.