Re: [HACKERS] My bits moved right off the end of the world...

Поиск
Список
Период
Сортировка
От Theo Kramer
Тема Re: [HACKERS] My bits moved right off the end of the world...
Дата
Msg-id 382E546A.558777C9@flame.co.za
обсуждение исходный текст
Ответ на Re: [HACKERS] My bits moved right off the end of the world...  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Ответы Re: [HACKERS] My bits moved right off the end of the world...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: [HACKERS] My bits moved right off the end of the world...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Peter Eisentraut wrote:
> 
> I recall that this was due to a corrupted B-Tree index. Try dropping and
> rebuilding that, if you have one.

Thanks Peter, that did the trick.

Any chance of adding the following to the FAQ

4.24) What is the meaning of 'my bits moved right off the end of the world'

This message may appear in the backend log and may be due to a possibly 
corrupt index. 

It may be preceded (by several minutes) with a notice to the client such as 

NOTICE:  Index my_idx: NUMBER OF INDEX' TUPLES (78933) IS NOT THE SAME AS HEAP
(78931)

The message may occur when running a 'vacuum analyze' with the backend
terminating abnormally.

[Other explanations...]

The postmaster must be started without the '-S' option for this
notice to appear.

--------
Regards
Theo


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Thread-safe queueing?
Следующее
От: Brian Hirt
Дата:
Сообщение: pg_dump - rebuilding indexes