Remove server support for the previous base backup protocol.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Feb 2022 16:17:21 +0000 (11:17 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 10 Feb 2022 17:12:43 +0000 (12:12 -0500)
commit0d4513b6138650355fcc981a9f34ff57b8d69db4
tree71050283413e5c8211595b250b784c3b6ec684b5
parentd37776e451e3481d7364137a0b159102bb05992a
Remove server support for the previous base backup protocol.

Commit cc333f32336f5146b75190f57ef587dff225f565 added a new COPY
sub-protocol for taking base backups, but retained support for the
previous protocol. For the same reasons articulated in the message
for commit 9cd28c2e5f11dfeef64a14035b82e70acead65fd, remove support
for the previous protocol from the server.

Discussion: http://postgr.es/m/CA+TgmoazKcKUWtqVa0xZqSzbKgTH+X-aw4V7GyLD68EpDLMh8A@mail.gmail.com
doc/src/sgml/protocol.sgml
src/backend/replication/basebackup.c
src/backend/replication/basebackup_copy.c
src/include/replication/basebackup_sink.h