pgsql: Fix bug introduced by recent SSI patch to merge ROLLED_BACK and - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Date
Msg-id E1QYzkC-0004aL-Ci@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/0d905db20b3201bec3ea69951014b473f92223c7

Modified Files
--------------
src/backend/storage/lmgr/predicate.c      |   21 +++++++++++++++++++--
src/include/storage/predicate_internals.h |   21 +++++++++++----------
2 files changed, 30 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in PreCommit_CheckForSerializationFailure. A transaction
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Adjust the alternative expected output file for prepared_xacts t