Improved code [skip ci]

This commit is contained in:
Andrew Kane
2024-09-21 12:28:12 -07:00
parent b7564dfc19
commit 4773931b11

View File

@@ -69,8 +69,8 @@ HnswInit(void)
"Valid range is 1..1000.", &hnsw_ef_search,
HNSW_DEFAULT_EF_SEARCH, HNSW_MIN_EF_SEARCH, HNSW_MAX_EF_SEARCH, PGC_USERSET, 0, NULL, NULL, NULL);
DefineCustomBoolVariable("hnsw.streaming", "todo",
"todo", &hnsw_streaming,
DefineCustomBoolVariable("hnsw.streaming", "Use streaming mode",
NULL, &hnsw_streaming,
HNSW_DEFAULT_STREAMING, PGC_USERSET, 0, NULL, NULL, NULL);
MarkGUCPrefixReserved("hnsw");