Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Help with SI buffer overflow error - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Help with SI buffer overflow error
Date
Msg-id [email protected]
Whole thread Raw
In response to Help with SI buffer overflow error  (Matthew <[email protected]>)
List pgsql-hackers
Matthew <[email protected]> writes:
> NOTICE: RegisterSharedInvalid: SI buffer overflow
> NOTICE: InvalidateSharedInvalid: cache state reset

These are normal; at most they suggest that you've got another backend
sitting around doing nothing (but in an open transaction) while VACUUM
runs.

I think we finally got around to downgrading them to DEBUG messages
for 7.2.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: New SQL Datatype RECURRINGCHAR
Next
From: Martín Marqués
Date:
Subject: UNDO and partially commited transactions