File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
CREATE EXTENSION aqo;
2
+ SELECT true FROM aqo_reset();
3
+ bool
4
+ ------
5
+ t
6
+ (1 row)
7
+
2
8
SET aqo.join_threshold = 0;
3
9
SET aqo.mode = 'learn';
4
10
SET aqo.show_details = 'on';
Original file line number Diff line number Diff line change @@ -15,11 +15,8 @@ test: plancache
15
15
test: update_functions
16
16
# Performance-dependent test. Can be ignored if executes in containers or on slow machines
17
17
ignore: statement_timeout
18
- ignore: smart_statement_timeout
19
- test: statement_timeout
20
18
test: temp_tables
21
19
test: top_queries
22
20
test: relocatable
23
21
test: look_a_like
24
22
test: feature_subspace
25
- test: smart_statement_timeout
Original file line number Diff line number Diff line change 1
1
CREATE EXTENSION aqo;
2
+ SELECT true FROM aqo_reset();
2
3
SET aqo .join_threshold = 0 ;
3
4
SET aqo .mode = ' learn' ;
4
5
SET aqo .show_details = ' on' ;
You can’t perform that action at this time.
0 commit comments