pgsql: Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_
Date: 2020-02-06 23:11:59
Message-ID: E1izqJT-0006Du-2o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version"

This reverts commit 41aadee, as the GUC checks could run on older values
with the new values used, and result in incorrect errors if both
parameters are changed at the same time.

Per complaint from Tom Lane.

Discussion: https://postgr.es/m/27574.1581015893@sss.pgh.pa.us
Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2f4733993a967ce7f89d1a02c9f12988e9b7ff6f

Modified Files
--------------
src/backend/utils/misc/guc.c | 51 ++----------------------------------------
src/test/ssl/t/001_ssltests.pl | 20 +----------------
src/test/ssl/t/SSLServer.pm | 2 +-
3 files changed, 4 insertions(+), 69 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-02-07 01:54:07 pgsql: Revert "Prevent running pg_basebackup as root"
Previous Message Peter Eisentraut 2020-02-06 20:29:11 pgsql: Ensure relcache consistency around generated columns