CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/23 12:11:33
Modified files:
src/backend/executor: spi.c
Log message:
_SPI_cursor_operation forgot to check for failure return from
_SPI_begin_call. Per gripe from Tomasz M
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/09/15 21:50:10
Modified files:
src/backend/executor: spi.c
Log message:
Since SPI_modifytuple's natts argument is the number of attributes to be
changed, it should allow a zer
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED] 03/08/08 16:18:21
Modified files:
src/backend/executor: spi.c
Log message:
Fix nasty little order-of-operations bug in _SPI_cursor_operation.
Per report from Mendola Gaetano.
-