Add a warning to AtEOXact_SPI() to catch cases where the current
authorJoe Conway <mail@joeconway.com>
Tue, 2 Dec 2003 19:26:47 +0000 (19:26 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 2 Dec 2003 19:26:47 +0000 (19:26 +0000)
commite2605c8311948e479b742ebbd81cdff400cb70c3
tree3c98a9f4564580767070f27739e4d82bab539746
parent0fd336c61dba7877f7d24dc55e855f1bc478ee7d
Add a warning to AtEOXact_SPI() to catch cases where the current
transaction has been committed without SPI_finish() being called
first. Per recent discussion here:
http://archives.postgresql.org/pgsql-patches/2003-11/msg00286.php
src/backend/access/transam/xact.c
src/backend/executor/spi.c
src/include/executor/spi.h