Re: disable SSL compression? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: disable SSL compression?
Date
Msg-id 55d14718-d773-8ba5-a256-393260ad9737@2ndquadrant.com
Whole thread Raw
In response to Re: disable SSL compression?  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Responses Re: disable SSL compression?  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 3/28/18 13:26, Konstantin Knizhnik wrote:
> If SSL compression is deprecated, should we provide own compression?
> I have implemented some prototype implementation of it (patch is attached).
> I have added compression=on/off parameter to connection string and -Z
> option to psql and pgbench utilities.

What I'd like to see here is extensive protocol documentation that
describes the compression method negotiation, and the interaction with
SSL, and a test suite to support that.

Maybe start a new thread.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: Arthur Zakirov
Date:
Subject: Re: [PROPOSAL] Shared Ispell dictionaries
Next
From: Peter Eisentraut
Date:
Subject: Re: committing inside cursor loop