Re: Nasty btree deletion bug - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Nasty btree deletion bug
Date
Msg-id 21980.1161881954@sss.pgh.pa.us
Whole thread Raw
In response to Re: Nasty btree deletion bug  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
List pgsql-hackers
"Heikki Linnakangas" <heikki@enterprisedb.com> writes:
> What does the original research paper by Lanin & Shasha say about this? 

Nothing very useful.  The connection of our code to that paper is
actually a bit tenuous: their approach to deletion is to make the target
page's key space move left not right.  That doesn't work real nicely in
my opinion (for one thing, you have to replace the left sibling's high
key, which is problematic for variable-size keys).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Richard Troy
Date:
Subject: Re: Replication documentation addition
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: Nasty btree deletion bug