Improved test style [skip ci]

This commit is contained in:
Andrew Kane
2022-02-06 20:24:50 -08:00
parent da88217fd8
commit 6ba583b587
3 changed files with 6 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ $node->start;
$node->safe_psql("postgres", "CREATE EXTENSION vector;");
$node->safe_psql("postgres", "CREATE TABLE tst (i int4, v vector(3));");
$node->safe_psql("postgres",
"INSERT INTO tst SELECT i, ARRAY[random(), random(), random()] FROM generate_series(1,100000) i;"
"INSERT INTO tst SELECT i, ARRAY[random(), random(), random()] FROM generate_series(1, 100000) i;"
);
# Get exact results