]> 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)
commitdf161c94e7e0db33557fb4f19b111729b7dc4fb9
tree9e928af2918c656c4ff539e637a8dcf380b39177
parent2194aa92b7a65561c109875d8b904198c3cd0743
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