pgsql: pg_upgrade: force timeline 1 in the new cluster - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: force timeline 1 in the new cluster
Date
Msg-id E1YtTtl-0001gj-9a@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4c5e060049a3714dd27b7f4732fe922090edea69

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: force timeline 1 in the new cluster
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Add pg_audit, an auditing extension