Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e194a94

Browse files
committed
Update comment to match later code changes.
1 parent b525bf7 commit e194a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/access/gist_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ typedef struct GISTScanOpaqueData
118118

119119
/* pre-allocated workspace arrays */
120120
GISTSearchTreeItem *tmpTreeItem; /* workspace to pass to rb_insert */
121-
double *distances; /* workspace for computeKeyTupleDistance */
121+
double *distances; /* output area for gistindex_keytest */
122122

123123
/* In a non-ordered search, returnable heap items are stored here: */
124124
GISTSearchHeapItem pageData[BLCKSZ / sizeof(IndexTupleData)];

0 commit comments

Comments
 (0)