mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-05 12:10:55 +08:00
Updated comment [skip ci]
This commit is contained in:
@@ -854,7 +854,7 @@ HnswSearchLayer(char *base, HnswQuery * q, List *ep, int ef, int lc, Relation in
|
|||||||
HnswReadStreamData streamData;
|
HnswReadStreamData streamData;
|
||||||
ReadStream *stream = NULL;
|
ReadStream *stream = NULL;
|
||||||
|
|
||||||
/* TODO Use READ_STREAM_MAINTENANCE when creating index */
|
/* TODO Use READ_STREAM_MAINTENANCE when creating index or vacuuming */
|
||||||
if (!inMemory)
|
if (!inMemory)
|
||||||
stream = read_stream_begin_relation(READ_STREAM_DEFAULT, NULL, index, MAIN_FORKNUM, HnswReadStreamNextBlock, &streamData, sizeof(OffsetNumber));
|
stream = read_stream_begin_relation(READ_STREAM_DEFAULT, NULL, index, MAIN_FORKNUM, HnswReadStreamNextBlock, &streamData, sizeof(OffsetNumber));
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user