pgsql-server: Add cross-check that current timeline of pg_control is an - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Add cross-check that current timeline of pg_control is an
Date
Msg-id 20040722210937.9BA83D1B209@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add cross-check that current timeline of pg_control is an ancestor of
recovery_target_timeline --- otherwise there is no path from the backup
to the requested timeline.  This check was foreseen in the original
discussion but I forgot to implement it.

Modified Files:
--------------
    pgsql-server/src/backend/access/transam:
        xlog.c (r1.151 -> r1.152)

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

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Add a check on file size as an additional safety check
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Move Win32 defines from port.h to win32.h.