Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version"
authorMichael Paquier
Thu, 6 Feb 2020 23:11:01 +0000 (08:11 +0900)
committerMichael Paquier
Thu, 6 Feb 2020 23:11:01 +0000 (08:11 +0900)
commit2f4733993a967ce7f89d1a02c9f12988e9b7ff6f
treea35cee3af078c594f9fd0f0fa3e36d222e789738
parent4988d7e96953ac858563e225079b6992810aab22
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
src/test/ssl/t/SSLServer.pm