Re: btree_delete_page_redo: lost target page

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Dunlop <chris(at)onthe(dot)net(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: btree_delete_page_redo: lost target page
Date: 2007-01-26 20:22:54
Message-ID: 28400.1169842974@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Chris Dunlop <chris(at)onthe(dot)net(dot)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

In response to

Browse pgsql-bugs by date

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