Include SSL compression status in psql banner and connection logging
Magnus Hagander <magnus@hagander.net>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/init/postinit.c | modified | +6 −4 |
| src/bin/psql/command.c | modified | +3 −2 |