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

Commiteebf885

Browse files
committed
Tests fix related to338c4e1
1 parent338c4e1 commiteebf885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎expected/int4.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ 'wr&qh' ORDER BY id |=> 400
510510
458 | 58
511511
(5 rows)
512512

513+
SET enable_bitmapscan=OFF;
513514
EXPLAIN (costs off)
514515
SELECT id FROM test_int4_h_o WHERE t @@ 'wr&qh' AND id <= 400 ORDER BY id;
515516
QUERY PLAN
@@ -561,7 +562,6 @@ CREATE TABLE test_int4_h_a AS SELECT id::int4, t FROM tsts;
561562
CREATE INDEX test_int4_h_a_idx ON test_int4_h_a USING rum
562563
(t rum_tsvector_hash_addon_ops, id)
563564
WITH (attach = 'id', to = 't', order_by_attach='t');
564-
SET enable_bitmapscan=OFF;
565565
EXPLAIN (costs off)
566566
SELECT count(*) FROM test_int4_h_a WHERE id < 400;
567567
QUERY PLAN

‎expected/int8.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ 'wr&qh' ORDER BY id |=> 400
510510
458 | 58
511511
(5 rows)
512512

513+
SET enable_bitmapscan=OFF;
513514
EXPLAIN (costs off)
514515
SELECT id FROM test_int8_h_o WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id;
515516
QUERY PLAN
@@ -561,7 +562,6 @@ CREATE TABLE test_int8_h_a AS SELECT id::int8, t FROM tsts;
561562
CREATE INDEX test_int8_h_a_idx ON test_int8_h_a USING rum
562563
(t rum_tsvector_hash_addon_ops, id)
563564
WITH (attach = 'id', to = 't', order_by_attach='t');
564-
SET enable_bitmapscan=OFF;
565565
EXPLAIN (costs off)
566566
SELECT count(*) FROM test_int8_h_a WHERE id < 400::int8;
567567
QUERY PLAN

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp