pgsql: Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_ - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_
Date
Msg-id E1izqJT-0006Dt-2R@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/414c2fd1e1c0ccd1af1cad046bef1264e3f4347f

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Ensure relcache consistency around generated columns
Next
From: Michael Paquier
Date:
Subject: pgsql: Revert "Prevent running pg_basebackup as root"