pgsql: Add test to WAL replay to verify that xl_prev points back to the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add test to WAL replay to verify that xl_prev points back to the
Date
Msg-id 20050531191129.5163552B10@svr1.postgresql.org
Whole thread Raw
List 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_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.86.2.4 -> r1.86.2.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.86.2.4&r2=1.86.2.5)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add test to WAL replay to verify that xl_prev points back to the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add test to WAL replay to verify that xl_prev points back to the