pg_upgrade: update C comments about pg_dumpall
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/check.c | modified | +3 −3 |
| contrib/pg_upgrade/dump.c | modified | +2 −2 |
| contrib/pg_upgrade/exec.c | modified | +1 −0 |
| contrib/pg_upgrade/function.c | modified | +1 −1 |
| contrib/pg_upgrade/info.c | modified | +1 −1 |
| contrib/pg_upgrade/pg_upgrade.c | modified | +1 −1 |