Обсуждение: pgsql-server: Add cross-check that current timeline of pg_control is an

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)