pgsql: pg_upgrade: force timeline 1 in the new cluster

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: pg_upgrade: force timeline 1 in the new cluster
Дата
Msg-id E1YtTtl-0001gt-AK@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade:  force timeline 1 in the new cluster

Previously, this prevented promoted standby servers from being upgraded
because of a missing WAL history file.  (Timeline 1 doesn't need a
history file, and we don't copy WAL files anyway.)

Report by Christian Echerer(?), Alexey Klyukin

Backpatch through 9.0

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/acd75b2643579a26adfbfaa4918e60121ae2c26f

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: force timeline 1 in the new cluster
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: force timeline 1 in the new cluster