]> granicus.if.org Git - postgresql/commit
pg_upgrade: Fix problems caused by renaming pg_resetxlog.
authorRobert Haas <rhaas@postgresql.org>
Wed, 15 Feb 2017 15:14:16 +0000 (10:14 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 15 Feb 2017 15:14:16 +0000 (10:14 -0500)
commitb8777611230ac94734ea99004d2a7d4266f9a954
tree73196ff381e70696a25524ecdf015bb87faada14
parent6d16ecc646d21b39092970c591fd0f73b4cfc26b
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
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/controldata.c
src/bin/pg_upgrade/exec.c