Re: Vacuum message - Mailing list pgsql-general

From Kevin Barnard
Subject Re: Vacuum message
Date
Msg-id b068057c041111152566d5b327@mail.gmail.com
Whole thread Raw
In response to Re: Vacuum message  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, 11 Nov 2004 13:56:48 -0500, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Were they both VACUUM ANALYZEs?  There's a known gotcha that if you
> ANALYZE the same table concurrently in two different sessions, one
> of them can fail this way when it goes to update the pg_statistic
> entries.  (Harmless, but annoying.)  I don't know of any cause for
> this message from a plain VACUUM though.
>
>                         regards, tom lane
>

That's what it is I have cron jobs running over each other during heavy load.

Thanks

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: invalid page header in block 52979 of relation "pg_attribute"
Next
From: Terry Lee Tucker
Date:
Subject: Re: OID Question