Re: Upgrading postmaster's log messages about bind/listen errors
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Euler Taveira <euler@timbira.com.br>
Cc: Robert Haas <robertmhaas@gmail.com>, Joe Conway <mail@joeconway.com>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-03-10T20:23:08Z
Lists: pgsql-hackers
Euler Taveira <euler@timbira.com.br> writes: > 2017-03-10 1:43 GMT-03:00 Tom Lane <tgl@sss.pgh.pa.us>: >> 2017-03-09 23:40:12.334 EST [19335] LOG: MultiXact member wraparound >> protections are now enabled > It should be DEBUG1 as soon as 9.3 is deprecated. Uh, what's that got to do with it? I'm not proposing to downgrade this message in 9.3, or indeed any current release branch. But it's hard to believe that a 9.3 installation that had the problem would manage to make it all the way to a v10 upgrade without the problem having been fixed. Even if there's one or two incompetent DBAs out there whom that would apply to, I don't think the rest of the world needs to keep seeing this message by default. regards, tom lane
Commits
-
Make logging about multixact wraparound protection less chatty.
- 5ed6fff6b729 10.0 landed
-
Improve postmaster's logging of listen socket creation.
- f9dfa5c97766 10.0 landed
-
Reduce log verbosity of startup/shutdown for launcher subprocesses.
- 6ec4c8584c45 10.0 landed