]> granicus.if.org Git - postgresql/commit
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)
commitab20692e1efaf285fc3dd9cd75fd79cf0451edac
tree1525938724d317f9413195b7a491cd3c6ef5f667
parent6d78fdae7f0dccf5862f32f1e89d0d83ed3009b8
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