]> granicus.if.org Git - postgresql/commit
Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 3 Nov 2008 19:24:03 +0000 (19:24 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 3 Nov 2008 19:24:03 +0000 (19:24 +0000)
commitd698bf83d16416cf7222c9e825004bdd6b12ad39
treeee3d7992cef49449c718c880d26aff2b3d1badba
parent13fc2e4df8fb0cbdf1d004f64c6e1bd059459b5c
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
src/backend/access/transam/clog.c