Re: VACUUM notices

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: <ryan(at)paymentalliance(dot)net>
Cc: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: VACUUM notices
Date: 2001-05-11 20:31:59
Message-ID: 010201c0da59$6f0a89c0$7889ffcc@comstock.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> VACUUM ANALYZE;
> NOTICE: RegisterSharedInvalid: SI buffer overflow
> NOTICE: InvalidateSharedInvalid: cache state reset
> VACUUM
>
> What does this mean?

I'm too lazy to quote directly, but I believe Tom Lane said they can safely
be ignored and should have been changed from NOTICE: to DEBUG: status.

Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-05-11 20:43:04 Re: PL/Perl without shared libperl.a
Previous Message Gregory Wood 2001-05-11 20:30:52 Re: Re: ALTER TABLE ADD CONSTRAINT