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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Include SSL compression status in psql banner and connection log
Дата
Msg-id E1X72XN-0003LF-EE@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Include SSL compression status in psql banner and connection log
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Reset master xmin when hot_standby_feedback disabled.