Re: btree_delete_page_redo: lost target page

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: btree_delete_page_redo: lost target page
Дата
Msg-id 28400.1169842974@sss.pgh.pa.us
обсуждение исходный текст
Ответ на btree_delete_page_redo: lost target page  (Chris Dunlop <chris@onthe.net.au>)
Список pgsql-bugs
Chris Dunlop <chris@onthe.net.au> writes:
> Trying to start the postmaster again failed, with what looks
> like the relevent message being:
>   PANIC:  btree_delete_page_redo: lost target page

This is a known possibility if the VACUUM FULL got as far as shortening
the index before crashing --- xlog replay gets unhappy if told to fix
a page that's not there anymore.  There's a fix in 8.2, which IIRC
seemed too complex to risk back-porting.

            regards, tom lane

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

Предыдущее
От: Maciej Babinski
Дата:
Сообщение: Re: BUG #2930: Hash join abyssmal with many null fields.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2933: PL/Python-functions don't work any more