Re: Disable OpenSSL compression - Mailing list pgsql-hackers

From Albe Laurenz
Subject Re: Disable OpenSSL compression
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2071A1102@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Re: Disable OpenSSL compression  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander wrote:
>> Is the following proposal acceptable:
>>
>> - Add a GUC ssl_compression, defaulting to "on".
>> - Add a client option "sslcompression" and an environment variable
>>   PGSSLCOMPRESSION, defaulting to "1".
>
> Seems like the reasonable thing, yes.
>
>> Compression will be disabled if either side refuses.
>
> I assume OpenSSL takes care of this for us, right? We just have to set
the flags on the connection?

Right.

Yours,
Laurenz Albe


pgsql-hackers by date:

Previous
From: Boszormenyi Zoltan
Date:
Subject: Re: 9.1.2 ?
Next
From: Jan Kundrát
Date:
Subject: Re: Re: [patch] Include detailed information about a row failing a CHECK constraint into the error message