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)
commit4c5e060049a3714dd27b7f4732fe922090edea69
tree723fbde0d16b416a0b789e1a98fef5eaa27edcad
parentfb694d959c97c912b49ec47326e6a05a8c0da11d
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
src/bin/pg_upgrade/pg_upgrade.c