agora inbox for pgsql-committers@postgresql.org
help / color / mirror / Atom feedFrom: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Subject: pgsql: Remove pg_dump/pg_dumpall support for dumping from pre-9.2 serve
Date: Tue, 14 Dec 2021 22:09:26 +0000
Message-ID: <E1mxFzC-0007MF-Ns@gemulon.postgresql.org> (raw)
Remove pg_dump/pg_dumpall support for dumping from pre-9.2 servers.
Per discussion, we'll limit support for old servers to those branches
that can still be built easily on modern platforms, which as of now
is 9.2 and up. Remove over a thousand lines of code dedicated to
dumping from older server versions. (As in previous changes of
this sort, we aren't removing pg_restore's ability to read older
archive files ... though it's fair to wonder how that might be
tested nowadays.) This cleans up some dead code left behind by
commit 989596152.
Discussion: https://postgr.es/m/2923349.1634942313@sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/30e7c175b81d53c0f60f6ad12d1913a6d7d77008
Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 19 +-
src/bin/pg_dump/dumputils.c | 32 +-
src/bin/pg_dump/pg_backup_archiver.c | 9 +-
src/bin/pg_dump/pg_dump.c | 1846 +++++++---------------------------
src/bin/pg_dump/pg_dumpall.c | 272 +----
5 files changed, 417 insertions(+), 1761 deletions(-)
view thread (5+ messages) latest in thread
Message-ID: <E1mxFzC-0007MF-Ns@gemulon.postgresql.org>
Permalink: ../E1mxFzC-0007MF-Ns@gemulon.postgresql.org/
Also on: postgresql.org/message-id/E1mxFzC-0007MF-Ns@gemulon.postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-committers@postgresql.org
Cc: tgl@sss.pgh.pa.us, pgsql-committers@lists.postgresql.org
Subject: Re: pgsql: Remove pg_dump/pg_dumpall support for dumping from pre-9.2 serve
In-Reply-To: <E1mxFzC-0007MF-Ns@gemulon.postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox