pgsql: Adjust time qual checking code so that we always check - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Adjust time qual checking code so that we always check
Date
Msg-id 20050507212303.23492537A6@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust time qual checking code so that we always check TransactionIdIsInProgress
before we check commit/abort status.  Formerly this was done in some paths
but not all, with the result that a transaction might be considered
committed for some purposes before it became committed for others.
Per example found by Jan Wieck.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/time:
        tqual.c (r1.70 -> r1.70.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/time/tqual.c.diff?r1=1.70&r2=1.70.2.1)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust time qual checking code so that we always check
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust time qual checking code so that we always check