File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ EXPLAIN (costs off)
120120SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
121121SELECT id, id |=> 400 FROM test_int4_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
122122
123+ SET enable_bitmapscan= OFF;
124+
123125EXPLAIN (costs off)
124126SELECT id FROM test_int4_h_o WHERE t @@ ' wr&qh' AND id <= 400 ORDER BY id;
125127SELECT id FROM test_int4_h_o WHERE t @@ ' wr&qh' AND id <= 400 ORDER BY id;
@@ -133,8 +135,6 @@ CREATE INDEX test_int4_h_a_idx ON test_int4_h_a USING rum
133135 (t rum_tsvector_hash_addon_ops, id)
134136 WITH (attach = ' id' , to = ' t' , order_by_attach= ' t' );
135137
136- SET enable_bitmapscan= OFF;
137-
138138EXPLAIN (costs off)
139139SELECT count (* ) FROM test_int4_h_a WHERE id < 400 ;
140140SELECT count (* ) FROM test_int4_h_a WHERE id < 400 ;
Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ EXPLAIN (costs off)
120120SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
121121SELECT id, id |=> 400 FROM test_int8_h_o WHERE t @@ ' wr&qh' ORDER BY id |=> 400 LIMIT 5 ;
122122
123+ SET enable_bitmapscan= OFF;
124+
123125EXPLAIN (costs off)
124126SELECT id FROM test_int8_h_o WHERE t @@ ' wr&qh' AND id <= 400 ::int8 ORDER BY id;
125127SELECT id FROM test_int8_h_o WHERE t @@ ' wr&qh' AND id <= 400 ::int8 ORDER BY id;
@@ -133,8 +135,6 @@ CREATE INDEX test_int8_h_a_idx ON test_int8_h_a USING rum
133135 (t rum_tsvector_hash_addon_ops, id)
134136 WITH (attach = ' id' , to = ' t' , order_by_attach= ' t' );
135137
136- SET enable_bitmapscan= OFF;
137-
138138EXPLAIN (costs off)
139139SELECT count (* ) FROM test_int8_h_a WHERE id < 400 ::int8;
140140SELECT count (* ) FROM test_int8_h_a WHERE id < 400 ::int8;
You can’t perform that action at this time.
0 commit comments