pgsql: pgbench: More fix with handling default scaling factor in the

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: More fix with handling default scaling factor in the
Date: 2006-10-21 06:31:28
Message-ID: 20061021063128.B11959FB34B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
pgbench: More fix with handling default scaling factor in the default
scenarios. With multiple clinets, only the first client got the right
scaling factor and this gave a illusion of better performance in case
of the scaling factor greater than 1.

Modified Files:
--------------
pgsql/contrib/pgbench:
README.pgbench (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench.diff?r1=1.14&r2=1.15)
README.pgbench_jis (r1.15 -> r1.16)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/README.pgbench_jis.diff?r1=1.15&r2=1.16)
pgbench.c (r1.57 -> r1.58)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.57&r2=1.58)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-21 17:10:43 pgsql: Make index entry more specific.
Previous Message User Korryd 2006-10-20 23:09:29 pg-migrator - src: Initial checkin