Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version"
authorMichael Paquier <michael@paquier.xyz>
Thu, 6 Feb 2020 23:10:40 +0000 (08:10 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 6 Feb 2020 23:10:40 +0000 (08:10 +0900)
commit414c2fd1e1c0ccd1af1cad046bef1264e3f4347f
tree15666167017bbc1dbe4b6b4a7e4aa06ab7f9e935
parentfc7a5e9eaa2fa34b053ffe52e0e57f1fd6b1f939
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
src/backend/utils/misc/guc.c
src/test/ssl/t/001_ssltests.pl