Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5f80a4

Browse files
committed
Fix test: replace spaces by tab
1 parenta261a68 commitb5f80a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎expected/int8_1.out

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp