[COMMITTERS] pgsql: Improve postmaster's logging of listen socket creation.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Improve postmaster's logging of listen socket creation.
Дата
Msg-id E1cmS9K-0005Hf-3r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve postmaster's logging of listen socket creation.

When one of the kernel calls in the socket()/bind()/listen() sequence
fails, include the specific address we're trying to bind to in the log
message.  This greatly eases debugging of network misconfigurations.

Also, after successfully setting up a listen socket, report its address
in the log, to ease verification that the expected addresses were bound.
There was some debate about whether to print this message at LOG level or
only DEBUG1, but the majority of votes were for the former.

Discussion: https://postgr.es/m/9564.1489091245@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/runtime.sgml  |  8 ++++----
src/backend/libpq/pqcomm.c | 51 +++++++++++++++++++++++++++++++++++-----------
2 files changed, 43 insertions(+), 16 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPORT'ified.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Add a "subtransaction" command to PL/Tcl.