8000 Updated comment [skip ci] · postgrespro/pgvector@c530a3c · GitHub
[go: up one dir, main page]

Skip to content

Commit c530a3c

Browse files
committed
Updated comment [skip ci]
1 parent d8b9e8e commit c530a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hnsw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ HnswInit(void)
8383
NULL, &hnsw_iterative_scan,
8484
HNSW_ITERATIVE_SCAN_OFF, hnsw_iterative_scan_options, PGC_USERSET, 0, NULL, NULL, NULL);
8585

86-
/* This is approximate and does not apply to the initial scan */
86+
/* This is approximate and does not affect the initial scan */
8787
DefineCustomIntVariable("hnsw.max_scan_tuples", "Sets the max number of tuples to visit for iterative scans",
8888
NULL, &hnsw_max_scan_tuples,
8989
20000, 1, INT_MAX, PGC_USERSET, 0, NULL, NULL, NULL);

0 commit comments

Comments
 (0)
0