Improve btree's initial-positioning-strategy code so that we never need

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 569659ae16f4e4f3585ec4197f1017db53d184ef
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-12-21T01:23:06Z
Releases: 8.0.0
Improve btree's initial-positioning-strategy code so that we never need
to step more than one entry after descending the search tree to arrive at
the correct place to start the scan.  This can improve the behavior
substantially when there are many entries equal to the chosen boundary
value.  Per suggestion from Dmitry Tkach, 14-Jul-03.

Files