File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,6 @@ CREATE INDEX test_int8_a_idx ON test_int8_a USING rum
219
219
(t rum_tsvector_addon_ops, id)
220
220
WITH (attach = 'id', to = 't', order_by_attach='t');
221
221
ERROR: doesn't support order index over pass-by-reference column
222
- SET enable_bitmapscan=OFF;
223
222
EXPLAIN (costs off)
224
223
SELECT count(*) FROM test_int8_a WHERE id < 400::int8;
225
224
QUERY PLAN
@@ -501,7 +500,6 @@ CREATE INDEX test_int8_h_a_idx ON test_int8_h_a USING rum
501
500
(t rum_tsvector_hash_addon_ops, id)
502
501
WITH (attach = 'id', to = 't', order_by_attach='t');
503
502
ERROR: doesn't support order index over pass-by-reference column
504
- SET enable_bitmapscan=OFF;
505
503
EXPLAIN (costs off)
506
504
SELECT count(*) FROM test_int8_h_a WHERE id < 400::int8;
507
505
QUERY PLAN
You can’t perform that action at this time.
0 commit comments