Re: Disable OpenSSL compression - Mailing list pgsql-hackers

From Martin Pihlak
Subject Re: Disable OpenSSL compression
Date
Msg-id 4EB93B52.1000100@gmail.com
Whole thread Raw
In response to Disable OpenSSL compression  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-hackers
On 11/08/2011 03:59 PM, Albe Laurenz wrote:
> If there are concerns about that, maybe a GUC variable like
> ssl_compression (defaulting to off) would be a solution.
> 

I'd vote for a libpq connect option instead. Something like
sslcompress=yes|no accompanied by PGSSLCOMPRESS environment
variable. And defaulting to "yes", as not to break any
backward compatibilty. For instance we expect SSL to provide
compression, wouldn't even use it without it.

Regards,
Martin


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Disable OpenSSL compression
Next
From: Marko Kreen
Date:
Subject: Re: Disable OpenSSL compression