Re: Vaccuum/Analyze - Mailing list pgsql-admin

From Tom Lane
Subject Re: Vaccuum/Analyze
Date
Msg-id 15377.1031891409@sss.pgh.pa.us
Whole thread Raw
In response to Re: Vaccuum/Analyze  ("Mel Jamero" <mel@gmanmi.tv>)
Responses Re: Vaccuum/Analyze
List pgsql-admin
"Mel Jamero" <mel@gmanmi.tv> writes:
> i get these notices everytime i perform a vacuum:

> NOTICE:  RegisterSharedInvalid: SI buffer overflow
> NOTICE:  InvalidateSharedInvalid: cache state reset
> NOTICE:  RegisterSharedInvalid: SI buffer overflow
> NOTICE:  InvalidateSharedInvalid: cache state reset

> could anyone give me some insights please?

(a) these are not particularly dangerous

(b) you are running an obsolete Postgres version; those messages were
downgraded to DEBUG level in 7.2

(c) you have clients that are laying about holding open transactions,
which is not good for concurrency.

First recommendation is to update, second is to see if you can't fix
the clients so that their idle state isn't holding an open transaction.

            regards, tom lane

pgsql-admin by date:

Previous
From: Joe Conway
Date:
Subject: Re: Cache Lookup failed Error - while using Triggers
Next
From: "Niclas Gustafsson"
Date:
Subject: LEFT JOINs takes forever...almost.