Re: disable SSL compression?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: disable SSL compression?
Дата
Msg-id 55d14718-d773-8ba5-a256-393260ad9737@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: disable SSL compression?  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: disable SSL compression?  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления:

Предыдущее
От: Arthur Zakirov
Дата:
Сообщение: Re: [PROPOSAL] Shared Ispell dictionaries
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: committing inside cursor loop