From 305d62146ea1da4701686217209dc97f2372dd34 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 27 Oct 2024 21:05:32 -0700 Subject: [PATCH] Updated comment [skip ci] --- src/hnsw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hnsw.c b/src/hnsw.c index 08ded06..b4ad56f 100644 --- a/src/hnsw.c +++ b/src/hnsw.c @@ -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);