pgsql: Improve error handling in backend OpenSSL implementation

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Improve error handling in backend OpenSSL implementation
Дата
Msg-id E1kZsGU-0001uv-CI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve error handling in backend OpenSSL implementation

Commit d94c36a45ab introduced error handling to sslinfo to handle
OpenSSL errors gracefully. This ports this errorhandling to the
backend TLS implementation.

Author: Daniel Gustafsson <daniel@yesql.se>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13cfa02f77936895bff6ffabf1fde5d47fd1df07

Modified Files
--------------
src/backend/libpq/be-secure-openssl.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove use of deprecated containment operators in tests
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger