mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-14 16:46:54 +08:00
Fixed vacuum test [skip ci]
This commit is contained in:
@@ -88,7 +88,7 @@ $node->safe_psql("postgres", "CREATE INDEX ON tst USING hnsw (v vector_l2_ops, c
|
|||||||
test_recall(0.99, '<->');
|
test_recall(0.99, '<->');
|
||||||
|
|
||||||
# Test vacuum
|
# 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;");
|
$node->safe_psql("postgres", "VACUUM tst;");
|
||||||
|
|
||||||
# Test columns
|
# Test columns
|
||||||
|
|||||||
Reference in New Issue
Block a user