"Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)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