Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version"

Michael Paquier <michael@paquier.xyz>

Commit: 414c2fd1e1c0ccd1af1cad046bef1264e3f4347f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-02-06T23:10:40Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/utils/misc/guc.c modified +2 −49
src/test/ssl/t/001_ssltests.pl modified +1 −19

Discussion