pgsql: Show SSL encryption information when logging connections - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Show SSL encryption information when logging connections
Date
Msg-id E1W48cG-00009y-Nm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Show SSL encryption information when logging connections

Expand the messages when log_connections is enabled to include the
fact that SSL is used and the SSL cipher information.

Dr. Andreas Kunert, review by Marko Kreen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cba1f6bbf7c8f956c95e72c43e517a56b97665b

Modified Files
--------------
src/backend/utils/init/postinit.c |   30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Define WIN32 when _WIN32 is set
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Prevent double macro definition of WIN32.