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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server: Add cross-check that current timeline of pg_control is an
Дата
Msg-id 20040722210937.9BA83D1B209@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server: Add a check on file size as an additional safety check
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server: Move Win32 defines from port.h to win32.h.