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

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

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.193 -> r1.194)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.193&r2=1.194)