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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c49d926833fa6a987e3f9a66027f4a01d7a008be
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-12-16T17:01:59Z
Releases: 15.0
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: https://postgr.es/m/2923349.1634942313@sss.pgh.pa.us

Files

PathChange+/−
src/bin/pg_dump/dumputils.c modified +8 −12
src/bin/pg_dump/pg_backup_db.c modified +6 −11
src/bin/pg_dump/pg_dump.c modified +9 −14
src/bin/pg_dump/pg_dump.h modified +0 −3
src/bin/pg_upgrade/function.c modified +0 −76
src/bin/pg_upgrade/option.c modified +39 −66
src/bin/pg_upgrade/TESTING modified +0 −10

Discussion