mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-10 06:40:57 +08:00
Fixed flaky test
This commit is contained in:
@@ -22,7 +22,7 @@ $node->safe_psql("postgres",
|
|||||||
$node->safe_psql("postgres", "CREATE INDEX ON tst USING ivfflat (v vector_l2_ops);");
|
$node->safe_psql("postgres", "CREATE INDEX ON tst USING ivfflat (v vector_l2_ops);");
|
||||||
|
|
||||||
# Delete data
|
# Delete data
|
||||||
$node->safe_psql("postgres", "DELETE FROM tst WHERE i % 10 != 1;");
|
$node->safe_psql("postgres", "DELETE FROM tst WHERE i % 100 != 0;");
|
||||||
|
|
||||||
my $exp = $node->safe_psql("postgres", qq(
|
my $exp = $node->safe_psql("postgres", qq(
|
||||||
SET enable_indexscan = off;
|
SET enable_indexscan = off;
|
||||||
|
|||||||
Reference in New Issue
Block a user