pg_upgrade: Fix problems caused by renaming pg_resetxlog.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |