pgsql: Give a warning if -s switch is used with a non-custom pgbench

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Give a warning if -s switch is used with a non-custom pgbench
Date: 2008-05-09 15:53:07
Message-ID: 20080509155307.E41A67559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Give a warning if -s switch is used with a non-custom pgbench test.
Also, clean up the code that assigned the scale into :scale variables.
Greg Smith and Tom Lane

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.79 -> r1.80)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-09 15:57:42 Re: pgsql: Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^
Previous Message Peter Eisentraut 2008-05-09 15:36:31 pgsql: Add "%option noinput" to the scanners to avoid compiler warnings.