Updated comments [skip ci]

This commit is contained in:
Andrew Kane
2023-09-01 00:35:06 -07:00
parent 77ff4c18f0
commit 9ebec1529b
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ foreach (@queries)
test_recall(0.20, $limit, "before vacuum");
test_recall(0.95, 100, "before vacuum");
# TODO test concurrent inserts with vacuum
# TODO Test concurrent inserts with vacuum
$node->safe_psql("postgres", "VACUUM tst;");
test_recall(0.95, $limit, "after vacuum");