]> 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)
commitaffc04d1656010cff7b20573c53a4d31dfabaa5f
tree0cf5ef99f32cc19d04d04e4ffc2bf9e82938834a
parent2a55e713431abf688e656144a4babc6ee5563ffb
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