Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ce81a commit 7930600Copy full SHA for 7930600
expected/int8_1.out
@@ -219,7 +219,6 @@ CREATE INDEX test_int8_a_idx ON test_int8_a USING rum
219
(t rum_tsvector_addon_ops, id)
220
WITH (attach = 'id', to = 't', order_by_attach='t');
221
ERROR: doesn't support order index over pass-by-reference column
222
-SET enable_bitmapscan=OFF;
223
EXPLAIN (costs off)
224
SELECT count(*) FROM test_int8_a WHERE id < 400::int8;
225
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
503
504
505
506
SELECT count(*) FROM test_int8_h_a WHERE id < 400::int8;
507
0 commit comments