pgsql: Clean up some more freshly-dead code in pg_dump and pg_upgrade.

Started by Tom Laneover 4 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Clean up some more freshly-dead code in pg_dump and pg_upgrade.

I missed a few things in 30e7c175b and e469f0aaf,
as noted by Justin Pryzby.

Discussion: /messages/by-id/2923349.1634942313@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c49d926833fa6a987e3f9a66027f4a01d7a008be

Modified Files
--------------
src/bin/pg_dump/dumputils.c | 20 ++++----
src/bin/pg_dump/pg_backup_db.c | 17 +++----
src/bin/pg_dump/pg_dump.c | 23 ++++-----
src/bin/pg_dump/pg_dump.h | 3 --
src/bin/pg_upgrade/TESTING | 10 ----
src/bin/pg_upgrade/function.c | 76 -----------------------------
src/bin/pg_upgrade/option.c | 105 +++++++++++++++--------------------------
7 files changed, 62 insertions(+), 192 deletions(-)