Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b525bf7 commit e194a94Copy full SHA for e194a94
src/include/access/gist_private.h
@@ -118,7 +118,7 @@ typedef struct GISTScanOpaqueData
118
119
/* pre-allocated workspace arrays */
120
GISTSearchTreeItem *tmpTreeItem; /* workspace to pass to rb_insert */
121
- double *distances; /* workspace for computeKeyTupleDistance */
+ double *distances; /* output area for gistindex_keytest */
122
123
/* In a non-ordered search, returnable heap items are stored here: */
124
GISTSearchHeapItem pageData[BLCKSZ / sizeof(IndexTupleData)];
0 commit comments