We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f0ea3 commit 86f8090Copy full SHA for 86f8090
contrib/pgbench/pgbench.c
@@ -2809,7 +2809,7 @@ main(int argc, char **argv)
2809
benchmarking_option_set = true;
2810
if (num_files > 0)
2811
{
2812
- fprintf(stderr, "query mode (-M) should be specifiled before transaction scripts (-f)\n");
+ fprintf(stderr, "query mode (-M) should be specified before transaction scripts (-f)\n");
2813
exit(1);
2814
}
2815
for (querymode = 0; querymode < NUM_QUERYMODE; querymode++)
0 commit comments