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)
commit0f9d41b3726cb6fb9fd4d14e08e3d214cb2452f3
tree282a4a64dd12dd9bd18b2053545602b301a999b8
parente787a2c87147773f4c24906093782892463352b7
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