mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +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;
|
||||
ReadStream *stream = NULL;
|
||||
|
||||
/* TODO Use READ_STREAM_MAINTENANCE when creating index */
|
||||
/* TODO Use READ_STREAM_MAINTENANCE when creating index or vacuuming */
|
||||
if (!inMemory)
|
||||
stream = read_stream_begin_relation(READ_STREAM_DEFAULT, NULL, index, MAIN_FORKNUM, HnswReadStreamNextBlock, &streamData, sizeof(OffsetNumber));
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user