Re: Failed to re-find parent key - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Failed to re-find parent key
Date
Msg-id 9434.1111503940@sss.pgh.pa.us
Whole thread Raw
In response to Re: Failed to re-find parent key  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> I think it takes a lot of concurrency for
> the situation to arise.

Maybe.  Since Peter can reproduce the error, there's not any concurrency
misbehavior involved in VACUUM itself; what we are dealing with is
probably corruption in the on-disk state of the index (or maybe a legal
corner case that _bt_pagedel mishandles).  There might have been
concurrency to blame for getting into that state in the first place.
Need data ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Failed to re-find parent key
Next
From: Peter Eisentraut
Date:
Subject: Re: Failed to re-find parent key