Drop server support for FE/BE protocol version 1.0.
Tom Lane <tgl@sss.pgh.pa.us>
Drop server support for FE/BE protocol version 1.0. 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>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/printtup.c | modified | +1 −3 |
| src/backend/commands/copy.c | modified | +2 −26 |
| src/backend/tcop/dest.c | modified | +3 −3 |
| src/backend/tcop/postgres.c | modified | +1 −2 |
| src/include/libpq/pqcomm.h | modified | +1 −1 |