OSDN Git Service

Close all cursors created during a failed subtransaction. This is needed
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 23:20:21 +0000 (23:20 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Jan 2005 23:20:21 +0000 (23:20 +0000)
commitaba691b728b072211c6d78b2afa341d022aee814
tree9a764318c67fa9ee804c302ff64172bbf6c45e81
parentb0e3dd7e61a3af1ba23ed9e11bed452331cf50bf
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