Update comment to match later code changes.

pull/1/head
Tom Lane 15 years ago
parent b525bf771e
commit e194a942f9
  1. 2
      src/include/access/gist_private.h

@ -118,7 +118,7 @@ typedef struct GISTScanOpaqueData
/* pre-allocated workspace arrays */
GISTSearchTreeItem *tmpTreeItem; /* workspace to pass to rb_insert */
double *distances; /* workspace for computeKeyTupleDistance */
double *distances; /* output area for gistindex_keytest */
/* In a non-ordered search, returnable heap items are stored here: */
GISTSearchHeapItem pageData[BLCKSZ / sizeof(IndexTupleData)];

Loading…
Cancel
Save