Re: SSL renegotiation - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: SSL renegotiation
Date
Msg-id 20130923205121.GM4832@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: SSL renegotiation  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: SSL renegotiation
Re: SSL renegotiation
List pgsql-hackers
Here's an updated version; this mainly simplifies code, per comments
from Andres (things were a bit too baroque in places due to the way the
code had evolved, and I hadn't gone over it to simplify it).

The only behavior change is that the renegotiation is requested 1kB
before the limit is hit: the raise to 1% of the configured limit was
removed.

The "fixup" is an incremental on top of the previous version; the other
one is the full v2 patch.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: logical changeset generation v6
Next
From: Peter Eisentraut
Date:
Subject: Re: UTF8 national character data type support WIP patch and list of open issues.