Re: pgsql: Remove support for SSL compression

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove support for SSL compression
Date: 2021-03-10 01:05:09
Message-ID: YEgbRXYg09vY057C@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Mar 09, 2021 at 05:45:56PM -0500, Tom Lane wrote:
> I have no objection to the backend-side changes, since we can be sure
> those won't affect people until they do a major-version upgrade to v14.
> But the situation is squishier on the client side, and I don't really
> see that pulling out libpq's support is buying us much.

Agreed. So done this way and applied a fix that pushes back libpq in
its original state while letting the backend alone.
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-03-10 02:17:54 pgsql: Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Previous Message Michael Paquier 2021-03-10 00:37:11 pgsql: Revert changes for SSL compression in libpq