Drop server support for FE/BE protocol version 1.0.

Enterprise / PostgreSQL - Tom Lane [sss.pgh.pa.us] - 11 October 2016 11:19 UTC

While this isn't a lot of code, it's been essentially untestable for a very long time, because libpq doesn't support anything older than protocol 2.0, and has not since release 6.3. There's no reason to believe any other client-side code still uses that protocol, either.

Discussion: <2661.1475849167@sss.pgh.pa.us>

2f1eaf8 Drop server support for FE/BE protocol version 1.0.
src/backend/access/common/printtup.c | 4 +---
src/backend/commands/copy.c | 28 ++--------------------------
src/backend/tcop/dest.c | 6 +++---
src/backend/tcop/postgres.c | 3 +--
src/include/libpq/pqcomm.h | 2 +-
5 files changed, 8 insertions(+), 35 deletions(-)

Upstream: git.postgresql.org


  • Share