Skip to content
Snippets Groups Projects
Commit e194a942 authored by Tom Lane's avatar Tom Lane
Browse files

Update comment to match later code changes.

parent b525bf77
No related branches found
No related tags found
No related merge requests found
......@@ -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)];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment