Remove some more dead code in pg_dump.

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

Commit: b1c169caf0678a82cf26b5656e01399f6153456b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-12-19T22:18:34Z
Releases: 15.0
Remove some more dead code in pg_dump.

Coverity complained that parts of dumpFunc() and buildACLCommands()
were now unreachable, as indeed they are.  Remove 'em.

In passing, make dumpFunc's handling of protrftypes less gratuitously
different from other fields.

Files

PathChange+/−
src/bin/pg_dump/dumputils.c modified +19 −53
src/bin/pg_dump/pg_dump.c modified +6 −66