From: | Elmar(dot)Haneke(at)gmx(dot)de |
---|---|
To: | pgsql-general(at)postgreSQL(dot)org, cjones(at)rightnowtech(dot)com |
Subject: | Re: [GENERAL] database corruption? |
Date: | 2000-03-04 12:21:05 |
Message-ID: | 2FACD0736E@haneke.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Chris Jones schrieb:
> I'm currently getting this error on my nightly vacuum. These two
> indices (as you may have guessed already) are on columns named
> interface and ewhen, on a table named error. The error table is
> constantly being updated. (No comments about the implications of
> that, please.)
>
> NOTICE: Index error_interface_idx: NUMBER OF INDEX' TUPLES (226766) IS NOT THE SAME AS HEAP' (226765)
> NOTICE: Index error_ewhen_idx: NUMBER OF INDEX' TUPLES (226766) IS NOT THE SAME AS HEAP' (226765)
> NOTICE: Index error_interface_idx: NUMBER OF INDEX' TUPLES (226766) IS NOT THE SAME AS HEAP' (226765)
> NOTICE: Index error_ewhen_idx: NUMBER OF INDEX' TUPLES (226766) IS NOT THE SAME AS HEAP' (226765)
The Index does not contain tuples having NULL in the indexed field.
You should check if you have an tuple containing NULL in your table.
If so remove or change the tuple or ignore the message.
Elmar
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-03-04 17:05:17 | Re: [GENERAL] Median, Quartile and Percentile Aggregate Functions |
Previous Message | Alex Pilosov | 2000-03-04 08:00:35 | binary data & LOBs |