]> granicus.if.org Git - postgresql/commit
Improve comments about btree's use of ScanKey data structures: there
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jan 2006 00:09:01 +0000 (00:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Jan 2006 00:09:01 +0000 (00:09 +0000)
commit73e356607804b25e59218e02f47f2da1d4685c7a
treeaa6fd3d02c776f5685c7c58eb72172d645d91f8b
parente38217d1ec7668082131549171e165d1e173aa51
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".
src/backend/access/nbtree/README
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtpage.c
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtutils.c