From 03930e15a48731930a899cd9549591fb0a2f4b03 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 11 Aug 2023 17:09:09 -0700 Subject: [PATCH] Updated comment [skip ci] --- test/t/015_hnsw_duplicates.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/015_hnsw_duplicates.pl b/test/t/015_hnsw_duplicates.pl index dcf319e..b0224cf 100644 --- a/test/t/015_hnsw_duplicates.pl +++ b/test/t/015_hnsw_duplicates.pl @@ -42,7 +42,7 @@ $node->safe_psql("postgres", "TRUNCATE tst;"); insert_vectors(); test_duplicates(); -# Test fallback path +# Test fallback path for inserts $node->pgbench( "--no-vacuum --client=5 --transactions=100", 0,