pgsql: Fix oversight in async-commit patch: there were some places in - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix oversight in async-commit patch: there were some places in
Date
Msg-id 20070814173518.7F633754258@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix oversight in async-commit patch: there were some places in heapam.c
that still thought they could set HEAP_XMAX_COMMITTED immediately after
seeing the other transaction commit.  Make them use the same logic as
tqual.c does to determine if the hint bit can be set yet.

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        heapam.c (r1.236 -> r1.237)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/heapam.c?r1=1.236&r2=1.237)
    pgsql/src/backend/utils/time:
        tqual.c (r1.103 -> r1.104)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/time/tqual.c?r1=1.103&r2=1.104)
    pgsql/src/include/utils:
        tqual.h (r1.67 -> r1.68)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/tqual.h?r1=1.67&r2=1.68)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done for ecpg: < o Use backend PREPARE/EXECUTE facility for
Next
From: korryd@pgfoundry.org (User Korryd)
Date:
Subject: edb-debugger - server: Backporting PL/pgSQL profiler to 8.2.4