]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Close all cursors created during a failed subtransaction. This is needed
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 23:20:37 +0000 (23:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 23:20:37 +0000 (23:20 +0000)
commitaa060cd7140c63514ef67fac552fafdd1ece7efc
treec99d516f581c8a112cf9132e54e3755497c4af9a
parent1ded77722dc7882e924c667520473004a7443ffc
Close all cursors created during a failed subtransaction.  This is needed
to avoid problems when a cursor depends on objects created or changed in
the same subtransaction.  We'd like to do better someday, but this seems
the only workable answer for 8.0.1.
doc/src/sgml/ref/rollback_to.sgml
src/backend/utils/mmgr/portalmem.c