pgsql: Remove some more dead code in pg_dump. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove some more dead code in pg_dump.
Date
Msg-id E1mz4W7-0001vS-OF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/dumputils.c | 72 ++++++++++++---------------------------------
src/bin/pg_dump/pg_dump.c   | 72 ++++-----------------------------------------
2 files changed, 25 insertions(+), 119 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix typo in TAP tests of pg_receivewal
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: More documentation on regular expressions and SQL standard