Fix error handling around ssl_*_protocol_version settings
authorPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Feb 2019 10:58:19 +0000 (11:58 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Fri, 8 Feb 2019 10:58:19 +0000 (11:58 +0100)
commit3d462f0861cd7ef8bca0bd186123869a08c89bc8
treeb970205864086ff372eaecad0c56f7df6da26cf3
parent08d25d7850858094ed6aa7ccc2314f724242336d
Fix error handling around ssl_*_protocol_version settings

In case of a reload, we just want to LOG errors instead of FATAL when
processing SSL configuration, but the more recent code for the
ssl_*_protocol_version settings didn't behave like that.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
src/backend/libpq/be-secure-openssl.c