Skip to content

Commit eebf885

Browse files
committed
Tests fix related to 338c4e1
1 parent 338c4e1 commit eebf885

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy