pgsql: Improve error handling in backend OpenSSL implementation

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve error handling in backend OpenSSL implementation
Date: 2020-11-03 09:06:06
Message-ID: E1kZsGU-0001uv-CI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yesql(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2020-11-03 09:22:40 pgsql: Use the non-deprecated TG_TABLE_MAME in test trigger
Previous Message Peter Eisentraut 2020-11-03 08:21:11 pgsql: Remove use of deprecated containment operators in tests