]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Clean up and document btree code for ordering keys. Neat stuff,
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jul 2000 04:47:59 +0000 (04:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jul 2000 04:47:59 +0000 (04:47 +0000)
commit916b2321adb0ac0ef3cca7953fbe6743cc622295
tree572be8590a27377f655052253e0115cced0233ec
parentda1ad323b76b4d48884a48228f5962af9c8ba270
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.
src/backend/access/nbtree/nbtsearch.c
src/backend/access/nbtree/nbtutils.c
src/include/access/nbtree.h