]> 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:05 +0000 (15:12 +0200)
commitc93bf8c6ccf7ef1cec6b01fec1888f84831295ee
tree5eb0e94b140324e6c7ffcb37fff8d4ca835decf3
parentd90ad5d8abe7947520686239a7547f2eb8cc9a8d
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