Skip to content

Commit

Permalink
Fix test: replace spaces by tab
Browse files Browse the repository at this point in the history
  • Loading branch information
za-arthur committed Nov 2, 2017
1 parent a261a68 commit b5f80a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expected/int8_1.out
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id

CREATE TABLE test_int8_id_t AS SELECT id::int8, t FROM tsts;
CREATE INDEX test_int8_id_t_idx ON test_int8_o USING rum
(t rum_tsvector_ops, id);
(t rum_tsvector_ops, id);
EXPLAIN (costs off)
SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id <= 400::int8 ORDER BY id <=> 400::int8;
QUERY PLAN
Expand Down

0 comments on commit b5f80a4

Please sign in to comment.