]> granicus.if.org Git - postgresql/commit
Include SSL compression status in psql banner and connection logging
authorMagnus Hagander <magnus@hagander.net>
Tue, 15 Jul 2014 13:07:38 +0000 (15:07 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 15 Jul 2014 13:12:13 +0000 (15:12 +0200)
commitd3c980694fa4523a8aa66b57343f031c4b6b8425
tree36b6c9aaf826fd4ae73a431ae457ed0bd5b653d0
parent350651905decd60637e583837d3bb3aa5d9164b6
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.
src/backend/utils/init/postinit.c
src/bin/psql/command.c