pgsql: pgbench: More fix with handling default scaling factor in the - Mailing list pgsql-committers

From ishii@postgresql.org (Tatsuo Ishii)
Subject pgsql: pgbench: More fix with handling default scaling factor in the
Date
Msg-id 20061021063128.B11959FB34B@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: korryd@pgfoundry.org (User Korryd)
Date:
Subject: pg-migrator - src: Initial checkin
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make index entry more specific.