pgsql: Improve error handling in backend OpenSSL implementation - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Improve error handling in backend OpenSSL implementation
Date
Msg-id E1kZsGU-0001uv-CI@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove use of deprecated containment operators in tests
Next
From: Magnus Hagander
Date:
Subject: pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger