mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Update comment to match later code changes.
This commit is contained in:
parent
b525bf771e
commit
e194a942f9
@ -118,7 +118,7 @@ typedef struct GISTScanOpaqueData
|
|||||||
|
|
||||||
/* pre-allocated workspace arrays */
|
/* pre-allocated workspace arrays */
|
||||||
GISTSearchTreeItem *tmpTreeItem; /* workspace to pass to rb_insert */
|
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: */
|
/* In a non-ordered search, returnable heap items are stored here: */
|
||||||
GISTSearchHeapItem pageData[BLCKSZ / sizeof(IndexTupleData)];
|
GISTSearchHeapItem pageData[BLCKSZ / sizeof(IndexTupleData)];
|
||||||
|
Loading…
Reference in New Issue
Block a user