Re: btree_delete_page_redo: lost target page - Mailing list pgsql-bugs

From Tom Lane
Subject Re: btree_delete_page_redo: lost target page
Date
Msg-id 28400.1169842974@sss.pgh.pa.us
Whole thread Raw
In response to btree_delete_page_redo: lost target page  (Chris Dunlop <chris@onthe.net.au>)
List 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 by date:

Previous
From: Maciej Babinski
Date:
Subject: Re: BUG #2930: Hash join abyssmal with many null fields.
Next
From: Tom Lane
Date:
Subject: Re: BUG #2933: PL/Python-functions don't work any more