Re: heap errors - should I be worried?

From: Ulrich Wisser <ulrich(dot)wisser(at)relevanttraffic(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: heap errors - should I be worried?
Date: 2004-08-13 14:03:18
Message-ID: 411CCA26.8080707@relevanttraffic.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Tom,

>>WARNING: Index pg_statistic_relid_att_index: NUMBER OF INDEX' TUPLES
>>(163) IS NOT THE SAME AS HEAP' (345).
>> Recreate the index.
>
>>Should these errors worry me?
>
> Yeah, they should. A REINDEX will probably get you out of the immediate
> problem, but the more interesting question is how you got to be missing
> index entries in the first place. Have you had any crashes or hardware
> problems lately? What PG version is this?

PG version 7.3.4
No hardware problems or crashes I know of. I do a "vacuum full analyze"
once every night and never did see these problems. Only yesterday after
I used reindex on three tables did I see these problems.

I will try to reindex the database tonight.

Thanks

Ulrich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Lincoln Yeoh 2004-08-13 14:24:44 Re: Clustering, mirroriing, or replication?
Previous Message Tom Lane 2004-08-13 13:53:09 Re: heap errors - should I be worried?