Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ecd6d3

Browse files
committed
Rename aqo.details to aqo.show_details.
1 parentf5a405f commit6ecd6d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎aqo.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ _PG_init(void)
135135
);
136136

137137
DefineCustomBoolVariable(
138-
"aqo.details",
138+
"aqo.show_details",
139139
"Show AQO state on a query.",
140140
NULL,
141141
&aqo_details,

‎expected/aqo_fdw.out‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
CREATE EXTENSION aqo;
77
CREATE EXTENSION postgres_fdw;
88
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.
1010
SET aqo.show_hash = 'false'; -- a hash value is system-depended. Ignore it.
1111
DO $d$
1212
BEGIN

‎sql/aqo_fdw.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CREATE EXTENSION aqo;
88
CREATE EXTENSION postgres_fdw;
99
SETaqo.mode='learn';
10-
SETaqo.details='true';-- show AQO info for each node and entire query.
10+
SETaqo.show_details='true';-- show AQO info for each node and entire query.
1111
SETaqo.show_hash='false';-- a hash value is system-depended. Ignore it.
1212

1313
DO $d$

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp