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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephan Vollmer <vollmer(dot)stephan(at)googlemail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?
Date: 2011-09-16 20:50:33
Message-ID: 11050.1316206233@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Stephan Vollmer <vollmer(dot)stephan(at)googlemail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2011-09-16 21:42:45 Re: Apparent Problem With NULL in Restoring pg_dump
Previous Message Stephan Vollmer 2011-09-16 20:00:38 Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?