SPI_cursor_open must copy by-reference parameter values into the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jan 2002 20:30:47 +0000 (20:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jan 2002 20:30:47 +0000 (20:30 +0000)
commit86dd24af13c57e3c46c975885f40fc49b6811591
treede75ce1df497f068ae6990bd0343a3d7e920d5f1
parent1fababb0e634e717ce140173901a41261bf97b5a
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.
src/backend/executor/spi.c