Re: Disable OpenSSL compression - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Disable OpenSSL compression
Date
Msg-id 21580.1320877574@sss.pgh.pa.us
Whole thread Raw
In response to Re: Disable OpenSSL compression  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Disable OpenSSL compression
Re: Disable OpenSSL compression
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> On Wednesday, November 9, 2011, Albe Laurenz 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.

A GUC is entirely, completely, 100% the wrong answer.  It has no way to
deal with the fact that some clients may need compression and others
not.

It should be a client option, full stop.  The fact that that will be
more work to implement does not make "kluge it at the server" the right
answer.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: const correctness
Next
From: "Kevin Grittner"
Date:
Subject: Re: const correctness