]> granicus.if.org Git - postgresql/commit
_SPI_cursor_operation forgot to check for failure return from
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 15:11:41 +0000 (15:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 23 Sep 2003 15:11:41 +0000 (15:11 +0000)
commit57040f50694a6cbfe276b6f6a3799518db7f549e
treed235571b6685e3ced3d5b2cf5b83b06ba890a3a2
parent5f2b17e617f53edceb0b3c7a19542850316b9908
_SPI_cursor_operation forgot to check for failure return from
_SPI_begin_call.  Per gripe from Tomasz Myrta.
src/backend/executor/spi.c