Added comments to HNSW vacuuming tests [skip ci]

This commit is contained in:
Andrew Kane
2026-06-30 13:40:32 -07:00
parent 14149b19f5
commit 9fa17c10b8
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ $node->safe_psql("postgres",
);
$node->safe_psql("postgres", "CREATE INDEX ON tst USING hnsw (v vector_l2_ops);");
# Test no "hnsw graph not repaired" errors
$node->pgbench(
"--no-vacuum --client=5 --transactions=1000",
0,