pgsql: Show SSL encryption information when logging connections

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Show SSL encryption information when logging connections
Date: 2014-01-17 12:33:40
Message-ID: E1W48cG-00009y-Nm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-01-17 16:50:58 pgsql: Prevent double macro definition of WIN32.
Previous Message Magnus Hagander 2014-01-17 11:42:08 pgsql: Define WIN32 when _WIN32 is set