pgsql: Show SSL encryption information when logging connections

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Show SSL encryption information when logging connections
Дата
Msg-id E1W48cG-00009y-Nm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Show SSL encryption information when logging connections

Expand the messages when log_connections is enabled to include the
fact that SSL is used and the SSL cipher information.

Dr. Andreas Kunert, review by Marko Kreen

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4cba1f6bbf7c8f956c95e72c43e517a56b97665b

Modified Files
--------------
src/backend/utils/init/postinit.c |   30 ++++++++++++++++++++++++------
1 file changed, 24 insertions(+), 6 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Define WIN32 when _WIN32 is set
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Prevent double macro definition of WIN32.