pgsql: pg_upgrade: Fix problems caused by renaming pg_resetxlog.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: Fix problems caused by renaming pg_resetxlog.
Date: 2017-02-15 15:17:29
Message-ID: E1ce1Kj-0000LR-Je@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Fix problems caused by renaming pg_resetxlog.

Commit 85c11324cabaddcfaf3347df78555b30d27c5b5a renamed pg_resetxlog
to pg_resetwal, but didn't make pg_upgrade smart enough to cope with
the situation.

Michael Paquier, per a complaint from Jeff Janes

Branch
------
master

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

Modified Files
--------------
src/bin/pg_upgrade/check.c | 33 --------------------------
src/bin/pg_upgrade/controldata.c | 8 ++++++-
src/bin/pg_upgrade/exec.c | 50 +++++++++++++++++++++++++++++++++++++++-
3 files changed, 56 insertions(+), 35 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-15 15:53:36 pgsql: doc: Add advice about systemd RemoveIPC
Previous Message Peter Eisentraut 2017-02-15 15:06:25 pgsql: Add CREATE COLLATION IF NOT EXISTS clause