Simplified GUC names [skip ci]

This commit is contained in:
Andrew Kane
2024-10-11 11:18:01 -07:00
parent b26a21b848
commit a3a20f9816
12 changed files with 32 additions and 32 deletions

View File

@@ -102,8 +102,8 @@ SHOW hnsw.iterative_search;
SET hnsw.iterative_search = on;
SHOW hnsw.iterative_search_max_tuples;
SHOW hnsw.max_search_tuples;
SET hnsw.iterative_search_max_tuples = -2;
SET hnsw.max_search_tuples = -2;
DROP TABLE t;