Thread: pgsql: Fix TransactionIdSetStatusBit so that it doesn't try to change a

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

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
Log Message:
-----------
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

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        clog.c (r1.48 -> r1.49)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/clog.c?r1=1.48&r2=1.49)