]> granicus.if.org Git - postgresql/commit
pg_upgrade: update C comments about pg_dumpall
authorBruce Momjian <bruce@momjian.us>
Mon, 30 Jun 2014 23:55:55 +0000 (19:55 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 30 Jun 2014 23:56:23 +0000 (19:56 -0400)
commit55863274d98556acf57013f64f545d9a1e640bba
treec3696da31eb6453bc37f638799991356e14f55fb
parent9d0826c595e2a376f6645eb575a9d81d5f5ececf
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
contrib/pg_upgrade/check.c
contrib/pg_upgrade/dump.c
contrib/pg_upgrade/exec.c
contrib/pg_upgrade/function.c
contrib/pg_upgrade/info.c
contrib/pg_upgrade/pg_upgrade.c