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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?
Дата
Msg-id 11050.1316206233@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?  (Stephan Vollmer <vollmer.stephan@googlemail.com>)
Список 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 по дате отправления:

Предыдущее
От: Stephan Vollmer
Дата:
Сообщение: Re: Log message " last_statrequest ... is later than collector's time" - what does it mean?
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Apparent Problem With NULL in Restoring pg_dump