pgsql: Include SSL compression status in psql banner and connection log

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include SSL compression status in psql banner and connection log
Date: 2014-07-15 13:12:53
Message-ID: E1X72XN-0003LG-EJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include SSL compression status in psql banner and connection logging

Both the psql banner and the connection logging already included
SSL status, cipher and bitlength, this adds the information about
compression being on or off.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/d3c980694fa4523a8aa66b57343f031c4b6b8425

Modified Files
--------------
src/backend/utils/init/postinit.c | 10 ++++++----
src/bin/psql/command.c | 5 +++--
2 files changed, 9 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2014-07-15 13:41:08 pgsql: Reset master xmin when hot_standby_feedback disabled.
Previous Message Peter Eisentraut 2014-07-15 12:47:05 pgsql: Small spelling fix