Added comment to IVFFlat vacuuming test [skip ci]

This commit is contained in:
Andrew Kane
2026-07-01 17:21:26 -07:00
parent 71ce9d3311
commit fb1b8966eb

View File

@@ -21,6 +21,7 @@ $node->safe_psql("postgres",
);
$node->safe_psql("postgres", "CREATE INDEX ON tst USING ivfflat (v vector_l2_ops) WITH (lists = 10);");
# Test no errors
$node->pgbench(
"--no-vacuum --client=5 --transactions=1500",
0,