Fix error handling around ssl_*_protocol_version settings

Peter Eisentraut <peter@eisentraut.org>

Commit: 3d462f0861cd7ef8bca0bd186123869a08c89bc8
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-02-08T10:58:19Z
Releases: 12.0
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>

Files

PathChange+/−
src/backend/libpq/be-secure-openssl.c modified +24 −11