]> granicus.if.org Git - postgresql/commit
pg_upgrade: force timeline 1 in the new cluster
authorBruce Momjian <bruce@momjian.us>
Sat, 16 May 2015 04:40:18 +0000 (00:40 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 16 May 2015 04:40:18 +0000 (00:40 -0400)
commitacd75b2643579a26adfbfaa4918e60121ae2c26f
tree48f7cdcc4bd1e303db88f8a74b95ccd58763ef60
parent321db71239cb45ed2f2d3113ff5745757a64581a
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
contrib/pg_upgrade/pg_upgrade.c