CVSROOT:        /cvs
Module name:    src
Changes by:     mart...@cvs.openbsd.org 2010/07/06 07:05:35

Modified files:
        usr.sbin/ldapd : btree.c 

Log message:
Adapt code to adhere to the comment (now that doesn't happen very often!).

When deciding how to rebalancing after delete (move or merge), the number
of keys is not important, as long as the source page doesn't get empty
after a move.

There is still a rare case where merging two quarter-full pages will not
fit in a whole page (due to prefix expansion) that needs to be fixed.

Reply via email to