Re: Allow ssl_renegotiation_limit in PG 9.5

From: Shay Rojansky <roji(at)roji(dot)org>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, "Pgsql-hackers(at)postgresql(dot)org" <Pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allow ssl_renegotiation_limit in PG 9.5
Date: 2015-10-18 20:56:12
Message-ID: CADT4RqDmmz-7XMK2zM90-AzZnFzwArjMU9ULovc+6m_iXqiYpw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a patch that adds back the GUC, with default/min/max 0
and GUC_NO_SHOW_ALL | GUC_NOT_IN_SAMPLE | GUC_DISALLOW_IN_FILE.

This is my first pg patch, please be gentle with any screwups :)

Attachment Content-Type Size
patch_tolerate_ssl_renegotiation_limit_zero application/octet-stream 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2015-10-18 21:23:24 COPY FREEZE and PD_ALL_VISIBLE
Previous Message Jim Nasby 2015-10-18 19:13:15 Re: [PATCH] SQL function to report log message