pg_upgrade: Fix problems caused by renaming pg_resetxlog.

Robert Haas <rhaas@postgresql.org>

Commit: b8777611230ac94734ea99004d2a7d4266f9a954
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-02-15T15:14:16Z
Releases: 10.0
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

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +0 −33
src/bin/pg_upgrade/controldata.c modified +7 −1
src/bin/pg_upgrade/exec.c modified +49 −1