Updated comment [skip ci]

This commit is contained in:
Andrew Kane
2024-10-27 21:05:32 -07:00
parent f9d627c9a9
commit 305d62146e

View File

@@ -88,7 +88,7 @@ HnswInit(void)
NULL, &hnsw_max_scan_tuples,
20000, 1, INT_MAX, PGC_USERSET, 0, NULL, NULL, NULL);
/* Same range and default as hash_mem_multiplier */
/* Same range as hash_mem_multiplier */
DefineCustomRealVariable("hnsw.scan_mem_multiplier", "Sets the multiple of work_mem to use for iterative scans",
NULL, &hnsw_scan_mem_multiplier,
1, 1, 1000, PGC_USERSET, 0, NULL, NULL, NULL);