Re: [HACKERS] pgbench help message fix

2014-02-28 Thread Fabien COELHO
On 2/27/14, 12:53 PM, Fabien COELHO wrote: A very minor fix to "pgbench --help" which is missing the expected argument for the -t option. done Thanks! -- Fabien. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgre

Re: [HACKERS] pgbench help message fix

2014-02-27 Thread Peter Eisentraut
On 2/27/14, 12:53 PM, Fabien COELHO wrote: > A very minor fix to "pgbench --help" which is missing the expected > argument for the -t option. done -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsq

[HACKERS] pgbench help message fix

2014-02-27 Thread Fabien COELHO
A very minor fix to "pgbench --help" which is missing the expected argument for the -t option. -- Fabien.diff --git a/contrib/pgbench/pgbench.c b/contrib/pgbench/pgbench.c index a836acf..7c1e59e 100644 --- a/contrib/pgbench/pgbench.c +++ b/contrib/pgbench/pgbench.c @@ -368,7 +368,7 @@ usage(vo