Clean up and document btree code for ordering keys. Neat stuff,

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

Commit: 916b2321adb0ac0ef3cca7953fbe6743cc622295
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-25T04:47:59Z
Releases: 7.1.1
Clean up and document btree code for ordering keys.  Neat stuff,
actually, but who could understand it with no comments?  Fix bug
while at it: _bt_orderkeys would try to invoke comparisons on
NULL inputs, given the right sort of redundant quals.

Files

PathChange+/−
src/backend/access/nbtree/nbtsearch.c modified +50 −53
src/backend/access/nbtree/nbtutils.c modified +220 −125
src/include/access/nbtree.h modified +14 −13