pgsql/src/backend/executor spi.c

Started by Tom Laneover 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.