Re: Disable OpenSSL compression

From: Martin Pihlak <martin(dot)pihlak(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Disable OpenSSL compression
Date: 2011-11-08 14:23:14
Message-ID: 4EB93B52.1000100@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2011-11-08 14:25:05 Re: Disable OpenSSL compression
Previous Message Magnus Hagander 2011-11-08 14:09:11 Re: Disable OpenSSL compression