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

Commit23e3420

Browse files
author
Ivan N. Taranov
committed
PGPRO-3429: +reduce generate_series size
1 parent3f283b9 commit23e3420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎t/001_wal.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ sub test_index_replay
7171
to_tsvector('simple', array_to_string(array(
7272
select substr('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ', trunc(random() * 52)::integer + 1, 1)
7373
FROM generate_series(i, i + 4)), ''))
74-
FROM generate_series(1,100000) i;");
74+
FROM generate_series(1,16000) i;");
7575
$node_master->psql("postgres","CREATE INDEX rumidx ON tst USING rum (t rum_tsvector_ops);");
7676

7777
# Test that queries give same result

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp