pgsql: Fix error handling around ssl_*_protocol_version settings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix error handling around ssl_*_protocol_version settings
Дата
Msg-id E1gs3uv-0003Au-SJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3d462f0861cd7ef8bca0bd186123869a08c89bc8

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 35 ++++++++++++++++++++++++-----------
1 file changed, 24 insertions(+), 11 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Restrict the use of temporary namespace in two-phasetransaction
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Allow some recovery parameters to be changed with reload