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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
