Fixed vacuum test [skip ci]

This commit is contained in:
Andrew Kane
2023-11-10 14:03:13 -08:00
parent f57f2b6821
commit 08bd246529

View File

@@ -88,7 +88,7 @@ $node->safe_psql("postgres", "CREATE INDEX ON tst USING hnsw (v vector_l2_ops, c
test_recall(0.99, '<->');
# Test vacuum
$node->safe_psql("postgres", "DELETE FROM tst WHERE c > 50;");
$node->safe_psql("postgres", "DELETE FROM tst WHERE c > 5;");
$node->safe_psql("postgres", "VACUUM tst;");
# Test columns