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_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/affc04d1656010cff7b20573c53a4d31dfabaa5f Modified Files -------------- contrib/pg_upgrade/pg_upgrade.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers