Re: [COMMITTERS] pgsql: Improve postmaster's logging of listen socket creation.
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-03-14T03:38:42Z
Lists: pgsql-hackers
On 2017-03-13 10:12:42 -0400, Robert Haas wrote: > So now on every startup I get this: > > 2017-03-13 10:08:49.399 EDT [90059] LOG: listening on IPv6 address "::1" > 2017-03-13 10:08:49.399 EDT [90059] LOG: listening on IPv4 address "127.0.0.1" > 2017-03-13 10:08:49.400 EDT [90059] LOG: listening on Unix address > "/tmp/.s.PGSQL.5432" I don't mind the new output, but I kinda wonder whether it's a good idea to include the '.s.PGSQL.5432' bit in the host and/or whether we shouldn't include the port in the TCP cases as well One cannot use -h /tmp/.s.PGSQL.5432, making this a bit confusing...
Commits
-
Include port number when logging successful binding to a TCP port.
- 2b32ac2a59df 10.0 landed
-
Improve postmaster's logging of listen socket creation.
- f9dfa5c97766 10.0 cited