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

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix TransactionIdSetStatusBit so that it doesn't try to change a
Date: 2008-11-03 19:24:03
Message-ID: 20081103192403.735D27545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-11-03 19:26:07 pgsql: Fix silly typo in previous commit.
Previous Message Tom Lane 2008-11-03 19:08:56 pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and