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

Commit1586317

Browse files
committed
Reset the proper GUC in create_index test.
Thinko in commita4523c5. It doesn't really affect anything atpresent, but it would be a problem if any tests added later in thisfile ought to get index-only-scan plans. Back-patch, like the previouscommit, just to avoid surprises in case we add such a test and thenback-patch it.Nikita GlukhovDiscussion:https://postgr.es/m/8b70135d-ad38-bdd8-ac92-71e2b3c273cf@postgrespro.ru
1 parent594e61a commit1586317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/test/regress/expected/create_index.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2940,7 +2940,7 @@ ORDER BY thousand;
29402940
1 | 1001
29412941
(2 rows)
29422942

2943-
RESETenable_indexscan;
2943+
RESETenable_indexonlyscan;
29442944
--
29452945
-- Check elimination of constant-NULL subexpressions
29462946
--

‎src/test/regress/sql/create_index.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ SELECT thousand, tenthous FROM tenk1
10011001
WHERE thousand<2AND tenthousIN (1001,3000)
10021002
ORDER BY thousand;
10031003

1004-
RESETenable_indexscan;
1004+
RESETenable_indexonlyscan;
10051005

10061006
--
10071007
-- Check elimination of constant-NULL subexpressions

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp