File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ _PG_init(void)
135
135
);
136
136
137
137
DefineCustomBoolVariable (
138
- "aqo.details " ,
138
+ "aqo.show_details " ,
139
139
"Show AQO state on a query." ,
140
140
NULL ,
141
141
& aqo_details ,
Original file line number Diff line number Diff line change 6
6
CREATE EXTENSION aqo;
7
7
CREATE EXTENSION postgres_fdw;
8
8
SET aqo.mode = 'learn';
9
- SET aqo.details = 'true'; -- show AQO info for each node and entire query.
9
+ SET aqo.show_details = 'true'; -- show AQO info for each node and entire query.
10
10
SET aqo.show_hash = 'false'; -- a hash value is system-depended. Ignore it.
11
11
DO $d$
12
12
BEGIN
Original file line number Diff line number Diff line change 7
7
CREATE EXTENSION aqo;
8
8
CREATE EXTENSION postgres_fdw;
9
9
SET aqo .mode = ' learn' ;
10
- SET aqo .details = ' true' ; -- show AQO info for each node and entire query.
10
+ SET aqo .show_details = ' true' ; -- show AQO info for each node and entire query.
11
11
SET aqo .show_hash = ' false' ; -- a hash value is system-depended. Ignore it.
12
12
13
13
DO $d$
You can’t perform that action at this time.
0 commit comments