projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b88cf
)
Fix typo in error message.
author
Heikki Linnakangas
<
[email protected]
>
Thu, 2 Oct 2014 12:51:31 +0000
(15:51 +0300)
committer
Heikki Linnakangas
<
[email protected]
>
Thu, 2 Oct 2014 12:52:32 +0000
(15:52 +0300)
contrib/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgbench/pgbench.c
b/contrib/pgbench/pgbench.c
index dd777d2cdd439b5e642f5c20f51f409c4b217d71..5d7ad96cfffaaff05b5d4e088d6a55148be076e7 100644
(file)
--- a/
contrib/pgbench/pgbench.c
+++ b/
contrib/pgbench/pgbench.c
@@
-2059,7
+2059,7
@@
main(int argc, char **argv)
case 'M':
if (num_files > 0)
{
- fprintf(stderr, "query mode (-M) should be specifi
l
ed before transaction scripts (-f)\n");
+ fprintf(stderr, "query mode (-M) should be specified before transaction scripts (-f)\n");
exit(1);
}
for (querymode = 0; querymode < NUM_QUERYMODE; querymode++)