Skip to content

Commit b5f80a4

Browse files
committed
Fix test: replace spaces by tab
1 parent a261a68 commit b5f80a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: expected/int8_1.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ SELECT id FROM test_int8_h_a WHERE t @@ 'wr&qh' AND id >= 400::int8 ORDER BY id
575575

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

0 commit comments

Comments
 (0)