pgsql: pg_upgrade: force timeline 1 in the new cluster

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: force timeline 1 in the new cluster
Date: 2015-05-16 04:40:29
Message-ID: E1YtTtl-0001gn-A6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bffbeec0cb387e0453484d26444ad6fb281c9331

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-05-16 05:13:31 Re: pgsql: Add pg_audit, an auditing extension
Previous Message Bruce Momjian 2015-05-16 04:10:14 pgsql: pg_upgrade: only allow template0 to be non-connectable