Re: [HACKERS] Upgrading postmaster's log messages about bind/listenerrors - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Upgrading postmaster's log messages about bind/listenerrors
Date
Msg-id d9f99ab3-5295-a242-2b71-4c1a7965fee1@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Upgrading postmaster's log messages about bind/listen errors  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Upgrading postmaster's log messages about bind/listen errors  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers
On 3/9/17 23:43, Tom Lane wrote:
> However, if we're measuring this on a scale of usefulness to the average
> DBA, I would argue that it's of more interest than any of these messages
> that currently appear by default:
> 
> 2017-03-09 23:40:12.334 EST [19335] LOG:  MultiXact member wraparound protections are now enabled
> 2017-03-09 23:40:12.335 EST [19339] LOG:  autovacuum launcher started
> 2017-03-09 23:40:12.336 EST [19341] LOG:  logical replication launcher started
> 
> The first of those is surely past its sell-by date.  As for the other two,
> we should log *failure* to start, but not the normal case.

I'm OK with removing these.  No news is good news.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] WIP: Faster Expression Processing v4
Next
From: Josh Berkus
Date:
Subject: Re: [HACKERS] SQL/JSON in PostgreSQL