We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64bc8e commit f9aedf3Copy full SHA for f9aedf3
aqo.c
@@ -420,7 +420,7 @@ _PG_init(void)
420
"Set how many neighbors the cardinality prediction will be calculated",
421
NULL,
422
&aqo_k,
423
- 1, INT_MAX / 1000,
+ 3, 1, INT_MAX / 1000,
424
PGC_USERSET,
425
0,
426
expected/plancache.out
@@ -45,8 +45,8 @@ SELECT * FROM f1();
45
DROP FUNCTION f1;
46
DROP TABLE test CASCADE;
47
SELECT true FROM aqo_reset();
48
- bool
49
-------
+ ?column?
+----------
50
t
51
(1 row)
52
0 commit comments