Re: Log message " last_statrequest ... is later than collector's time" - what does it mean? - Mailing list pgsql-general

From Tom Lane
Subject Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?
Date
Msg-id 11050.1316206233@sss.pgh.pa.us
Whole thread Raw
In response to Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?  (Stephan Vollmer <vollmer.stephan@googlemail.com>)
List pgsql-general
Stephan Vollmer <vollmer.stephan@googlemail.com> writes:
>>> 2011-09-16 13:48:54 CEST: LOG: �last_statrequest 2011-09-16
>>> 13:48:55.890743+02 is later than collector's time 2011-09-16
>>> 13:48:54.614476+02

> is there a way to filter these log messages other than setting
> "log_min_messages" to "fatal" which is not really desireable?

Nope, not without changing the source code.  If you don't mind
recompiling then it's easy enough to remove the elog call (look in
src/backend/postmaster/pgstat.c).

            regards, tom lane

pgsql-general by date:

Previous
From: Stephan Vollmer
Date:
Subject: Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?
Next
From: Rich Shepard
Date:
Subject: Re: Apparent Problem With NULL in Restoring pg_dump