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

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/access (nbtree.h)
Date: 2000-07-25 04:47:58
Message-ID: 200007250447.e6P4lw803284@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-25 04:48:01 pgsql/src/backend/access/nbtree (nbtsearch.c nbtutils.c)
Previous Message Tom Lane 2000-07-25 04:30:43 pgsql/src/backend/optimizer/path (indxpath.c)