Remove server and libpq support for the version 2 wire protocol

From: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Remove server and libpq support for the version 2 wire protocol
Date: 2021-06-08 00:13:29
Message-ID: 20210608.091329.906837606658882674.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In release-14.sgml:

<!--
Author: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
2021-03-04 [3174d69fb] Remove server and libpq support for old FE/BE protocol v
-->

<para>
Remove server and <link linkend="libpq">libpq</link> support
for the version 2 <link linkend="protocol">wire protocol</link>
(Heikki Linnakangas)
</para>

<para>
This was last used as the default in Postgres 7.2 (year 2002).
</para>
</listitem>

I thought the last version which used the protocol as the default was
7.3, not 7.2? Because v3 was introduced in 7.4.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2021-06-08 00:47:08 RE: Transactions involving multiple postgres foreign servers, take 2
Previous Message Anastasia Lubennikova 2021-06-07 23:44:29 Re: A test for replay of regression tests