Updated test name [skip ci]

This commit is contained in:
Andrew Kane
2023-08-11 17:07:17 -07:00
parent 34e99593ab
commit 85ebb7714e

View File

@@ -28,7 +28,7 @@ $node->pgbench(
[qr{^$}],
"concurrent INSERTs",
{
"007_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;"
"007_ivfflat_inserts" => "INSERT INTO tst SELECT ARRAY[$array_sql] FROM generate_series(1, 10) i;"
}
);