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:11:14
Message-ID: 20050531191114.829E554B20@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:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.109.2.4 -> r1.109.2.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.109.2.4&r2=1.109.2.5)

Browse pgsql-committers by date

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