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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up some more freshly-dead code in pg_dump and pg_upgrade.
Date: 2021-12-16 17:02:14
Message-ID: E1mxu90-0005Q4-Uk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-12-16 19:02:37 pgsql: Remove psql support for server versions preceding 9.2.
Previous Message Fujii Masao 2021-12-16 06:19:35 pgsql: doc: Add note about postgres_fdw.application_name.