Re: Help with SI buffer overflow error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Matthew <matt(at)ctlno(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Help with SI buffer overflow error
Date: 2001-07-03 21:17:53
Message-ID: 25741.994195073@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Matthew <matt(at)ctlno(dot)com> 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Bennett 2001-07-03 21:23:40 RE: New SQL Datatype RECURRINGCHAR
Previous Message Tom Lane 2001-07-03 21:14:23 Re: funny (cache (?)) bug in postgres (7.x tested)