pgsql-server: Fix failure to guarantee that a checkpoint will write out

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Fix failure to guarantee that a checkpoint will write out
Date: 2004-08-11 04:09:16
Message-ID: 20040811040916.930C714B281C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix failure to guarantee that a checkpoint will write out pg_clog updates
for transaction commits that occurred just before the checkpoint. This is
an EXTREMELY serious bug --- kudos to Satoshi Okada for creating a
reproducible test case to prove its existence.

Tags:
----
REL7_2_STABLE

Modified Files:
--------------
pgsql-server/src/backend/access/transam:
xact.c (r1.115.2.1 -> r1.115.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/xact.c.diff?r1=1.115.2.1&r2=1.115.2.2)
xlog.c (r1.86.2.3 -> r1.86.2.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/xlog.c.diff?r1=1.86.2.3&r2=1.86.2.4)
pgsql-server/src/include/storage:
lwlock.h (r1.4 -> r1.4.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/storage/lwlock.h.diff?r1=1.4&r2=1.4.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Kris Jurka 2004-08-11 06:40:16 pgsql-server: DatabaseMetaData.getSearchString escape was a \ short of
Previous Message Tom Lane 2004-08-11 04:08:41 pgsql-server: Fix failure to guarantee that a checkpoint will write out