Re: Warning when selecting column from pg_stat_user_tables. - Mailing list pgsql-general

From Richard Huxton
Subject Re: Warning when selecting column from pg_stat_user_tables.
Date
Msg-id 4B716CC5.7000305@archonet.com
Whole thread Raw
In response to Warning when selecting column from pg_stat_user_tables.  (Chris Barnes <compuguruchrisbarnes@hotmail.com>)
List pgsql-general
On 09/02/10 13:52, Chris Barnes wrote:
>
> I have this error when selecting from the pg_stat_user_tables. I
> restarted postgres and the error went away.
>
> Has anyone else seen this error?
>
> Chris Barnes
>
>
> [postgres@preventdb02 londiste]$ cat
> /data/pgsql/data/pg_log/postgresql-Tue.log
>
> WARNING:  pgstat wait timeout
 > WARNING:  pgstat wait timeout

No, but I can tell you (roughly) what it is. The stats collector is a
separate process, and it's designed to drop messages if it gets busy.
Normally, that would be details of updates being discarded, but in this
case it's presumably your read request that gets thrown away.

If it occurs again, check "top" and see if the stats collector looks busy.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: string reverse fucntion?
Next
From: Korry Douglas
Date:
Subject: Re: ERROR: could not load library "...": Exec format error