Re: Disable OpenSSL compression

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Magnus Hagander *EXTERN*" <magnus(at)hagander(dot)net>
Cc: "Christopher Browne *EXTERN*" <cbbrowne(at)gmail(dot)com>, <ktm(at)rice(dot)edu>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Disable OpenSSL compression
Date: 2011-11-10 08:42:25
Message-ID: D960CB61B694CF459DCFB4B0128514C2071A1102@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Kundrát 2011-11-10 09:25:09 Re: Re: [patch] Include detailed information about a row failing a CHECK constraint into the error message
Previous Message Boszormenyi Zoltan 2011-11-10 08:13:39 Re: 9.1.2 ?