Re: Record not returned until index is rebuilt

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Record not returned until index is rebuilt
Дата
Msg-id 29232.1169846760@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Record not returned until index is rebuilt  ("Nik" <XLPizza@gmail.com>)
Ответы Re: Record not returned until index is rebuilt  ("Nik" <XLPizza@gmail.com>)
Список pgsql-general
"Nik" <XLPizza@gmail.com> writes:
> I have the following table definition in postgres 8.0:

PG 8.0.what, exactly?

> Why is it that the record is visible when bulk selected, but not when
> selected as a part of the WHERE clause, and why is it that the index
> rebuild and vacuum fixes the problem?

Sounds like a corrupted index.  It seems pretty odd that you would be
getting recurring corruptions like that --- we've recently fixed some
corner case bugs causing index corruption, but they're not all that easy
to trigger (and most of the ones I remember had other symptoms than just
search misses).  How much faith have you got in your hardware platform?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Reid Thompson
Дата:
Сообщение: Re: Sample C++ code using libpqxx/Postgresql sought
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: PostgreSQL data loss