]> granicus.if.org Git - postgresql/commit
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 21 Jun 2011 11:12:40 +0000 (14:12 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 21 Jun 2011 12:02:26 +0000 (15:02 +0300)
commit0d905db20b3201bec3ea69951014b473f92223c7
tree1bf17b72663c456568064c63434060167326c3c0
parent9d6e6fededbedb018caf9871cc448dc173b20ea6
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
MARKED_FOR_DEATH flags into one. We still need the ROLLED_BACK flag to
mark transactions that are in the process of being rolled back. To be
precise, ROLLED_BACK now means that a transaction has already been
discounted from the count of transactions with the oldest xmin, but not
yet removed from the list of active transactions.

Dan Ports
src/backend/storage/lmgr/predicate.c
src/include/storage/predicate_internals.h