"Heikki Linnakangas" <[EMAIL PROTECTED]> writes: > But now that I look at the original post by Ed, I don't see how the > "failed to re-find parent key" error could result from the issue we've > been talking about. The error message is printed when _bt_getstackbuf is > unable to re-find an item in the parent of a deleted page, but > _bt_getstackbuf doesn't look at or compare the keys at all.
Right, but _bt_getstackbuf is working from a search stack created by a standard search for the victim page's high key. If that search descended through a page to the right of the victim page's actual parent, _bt_getstackbuf isn't able to recover. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly