Include SSL compression status in psql banner and connection logging

Magnus Hagander <magnus@hagander.net>

Commit: d3c980694fa4523a8aa66b57343f031c4b6b8425
Author: Magnus Hagander <magnus@hagander.net>
Date: 2014-07-15T13:12:13Z
Releases: 9.4.0
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.

Files

PathChange+/−
src/backend/utils/init/postinit.c modified +6 −4
src/bin/psql/command.c modified +3 −2