Messages

Started by Mihai Gheorghiuover 24 years ago2 messagesgeneral
Jump to latest
#1Mihai Gheorghiu
tanethq@earthlink.net

While restoring a db I got the following messages:

CREATE UNIQUE INDEX "bookings_inventoryid_key" on "bookings" using btree (
"inventoryid" "int4_ops" )
NOTICE: RegisterShareInvalid: SI buffer overflow
CREATE INDEX "bookings_account_idx" on "bookings" using btree ( "acount"
"bpchar_ops" )
NOTICE: InvalidateShareInvalid: cache state reset

Can anyone please tell me what's wrong?
Thank you all.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mihai Gheorghiu (#1)
Re: Messages

"Mihai Gheorghiu" <tanethq@earthlink.net> writes:

While restoring a db I got the following messages:
NOTICE: RegisterShareInvalid: SI buffer overflow
NOTICE: InvalidateShareInvalid: cache state reset

Can anyone please tell me what's wrong?

Nothing. These messages used to be interesting back when we had lots of
bugs in shared cache invalidation, but they're not anymore. They have
been downgraded to DEBUG-level in current sources...

regards, tom lane