Re: Error while dropping a table - Mailing list pgsql-general

From Tom Lane
Subject Re: Error while dropping a table
Date
Msg-id 19772.1027620065@sss.pgh.pa.us
Whole thread Raw
In response to Error while dropping a table  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
List pgsql-general
"Johnson, Shaunn" <SJohnson6@bcbsm.com> writes:
> NOTICE:  RegisterSharedInvalid: SI buffer overflow

> I've never seen this before.  What does it mean?

It's just an internal debugging message.  (It should have been
downgraded to DEBUG level awhile ago, and was in 7.2.)

> Should I be concerned?

This suggests that you've got some other backend that's been sitting
in an open transaction for a long time.  While that isn't directly
harmful, it'll probably be blocking VACUUM, so you might want to
figure out which client is holding the open transaction and zap it.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Jenkins
Date:
Subject: Re: Getting a Database List
Next
From: vitorgv@lncc.br
Date:
Subject: pg_group and pg_user