Обсуждение: pgsql: Improve error handling in backend OpenSSL implementation

Поиск
Список
Период
Сортировка

pgsql: Improve error handling in backend OpenSSL implementation

От
Magnus Hagander
Дата:
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(-)