Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: d698bf83d16416cf7222c9e825004bdd6b12ad39
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2008-11-03T19:24:03Z
Releases: 8.4.0
Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction
from COMMITTED to SUBCOMMITTED during recovery.  This wasn't previously
possible, but it is now due to the recent changes on clog commit protocol for
subtransactions.

Simon Riggs

Files

PathChange+/−
src/backend/access/transam/clog.c modified +21 −5