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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix oversight in async-commit patch: there were some places in
Date: 2007-08-14 17:35:18
Message-ID: 20070814173518.7F633754258@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Korryd 2007-08-14 20:28:23 edb-debugger - server: Backporting PL/pgSQL profiler to 8.2.4
Previous Message Bruce Momjian 2007-08-14 17:02:42 pgsql: Done for ecpg: < o Use backend PREPARE/EXECUTE facility for