Re: Disable OpenSSL compression

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To:
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Disable OpenSSL compression
Date: 2011-11-17 09:11:45
Message-ID: D960CB61B694CF459DCFB4B0128514C207200E5D@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Here it is. I'll add it to the November commitfest.

Here is the second version.

I realized that it is better to set the option on the SSL object
and not on the SSL context so that it is possible to change it
per connection.

I also improved the documentation.

Yours,
Laurenz Albe

Attachment Content-Type Size
ssl.v2.patch application/octet-stream 4.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-11-17 09:19:20 Removing postgres -f command line option
Previous Message Heikki Linnakangas 2011-11-17 09:02:56 Re: WIP: Join push-down for foreign tables