pgsql: Add test to WAL replay to verify that xl_prev points back to the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add test to WAL replay to verify that xl_prev points back to the
Date: 2005-05-31 19:10:44
Message-ID: 20050531191044.D0A5652CF8@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add test to WAL replay to verify that xl_prev points back to the previous
WAL record; this is necessary to be sure we recognize stale WAL records
when a WAL page was only partially written during a system crash.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.180.4.2 -> r1.180.4.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.180.4.2&r2=1.180.4.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-31 19:10:58 pgsql: Add test to WAL replay to verify that xl_prev points back to the
Previous Message Tom Lane 2005-05-31 19:10:28 pgsql: Add test to WAL replay to verify that xl_prev points back to the