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 <[email protected]> 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(-)
