Improve comments about btree's use of ScanKey data structures: there

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

Commit: 73e356607804b25e59218e02f47f2da1d4685c7a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-01-17T00:09:01Z
Releases: 8.2.0
Improve comments about btree's use of ScanKey data structures: there
are two basically different kinds of scankeys, and we ought to try harder
to indicate which is used in each place in the code.  I've chosen the names
"search scankey" and "insertion scankey", though you could make about
as good an argument for "operator scankey" and "comparison function
scankey".

Files