pg_upgrade: update C comments about pg_dumpall There were some C comments that hadn't been updated from the switch of using only pg_dumpall to using pg_dump and pg_dumpall, so update them. Also, don't bother using --schema-only for pg_dumpall --globals-only.
Backpatch through 9.4 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/55863274d98556acf57013f64f545d9a1e640bba Modified Files -------------- contrib/pg_upgrade/check.c | 6 +++--- contrib/pg_upgrade/dump.c | 4 ++-- contrib/pg_upgrade/exec.c | 1 + contrib/pg_upgrade/function.c | 2 +- contrib/pg_upgrade/info.c | 2 +- contrib/pg_upgrade/pg_upgrade.c | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
