Skip to content
Snippets Groups Projects
Commit bc9236bc authored by Tom Lane's avatar Tom Lane
Browse files

Revise _bt_binsrch() so that its binary search loop takes

care of equal-key cases, eliminating bt_firsteq().  The linear search
formerly done by bt_firsteq() took a lot of time in the case where many
equal keys appear on the same page.
parent 9679cb39
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment