Обсуждение: pgsql/src/include/access (nbtree.h)

Поиск
Список
Период
Сортировка

pgsql/src/include/access (nbtree.h)

От
Tom Lane
Дата:
  Date: Tuesday, July 25, 2000 @ 00:47:57
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/access
     from hub.org:/home/projects/pgsql/tmp/cvs-serv3221/include/access

Modified Files:
    nbtree.h

-----------------------------  Log Message  -----------------------------

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.