Re: RegisterSharedInvalid?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Gordan Bobic" <gordan(at)freeuk(dot)com>
Cc: "PostgreSQL General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: RegisterSharedInvalid?
Date: 2001-01-19 18:34:50
Message-ID: 9501.979929290@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Gordan Bobic" <gordan(at)freeuk(dot)com> writes:
> NOTICE: RegisterSharedInvalid: SI buffer overflow
> NOTICE: InvalidateSharedInvalid: cache state reset

> Is this bad/dangerous? What can I do to correct the problem?

No, it's really just a debugging message that we never got around
to downgrading to DEBUG level ... once upon a time that condition
was risky, but I think it is safe now.

If you see this a *lot* then you might have a performance problem
due to catcache getting flushed all the time. An occasional
occurrence is not something to worry over, however.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Timothy H. Keitt 2001-01-19 18:49:16 lo_cat function?
Previous Message Stephan Szabo 2001-01-19 17:48:58 Re: Performance-Tuning