Re: heap errors - should I be worried? - Mailing list pgsql-general

From Tom Lane
Subject Re: heap errors - should I be worried?
Date
Msg-id 22823.1092405189@sss.pgh.pa.us
Whole thread Raw
In response to heap errors - should I be worried?  (Ulrich Wisser <ulrich.wisser@relevanttraffic.se>)
Responses Re: heap errors - should I be worried?  (Ulrich Wisser <ulrich.wisser@relevanttraffic.se>)
List pgsql-general
Ulrich Wisser <ulrich.wisser@relevanttraffic.se> writes:
> 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?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: REINDEX problem
Next
From: Ulrich Wisser
Date:
Subject: Re: heap errors - should I be worried?