pgsql: Add --rate option. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Add --rate option.
Date
Msg-id E1V1PoM-0004q6-Qr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add --rate option.

This controls the target transaction rate to certain tps, rather than
maximum. Patch contributed by Fabien COELHO, reviewed by Greg Smith,
and slight editing by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc9f4e9f8c981bbc050e5566cf558112c938da2c

Modified Files
--------------
contrib/pgbench/pgbench.c |  178 ++++++++++++++++++++++++++++++++++++++++-----
doc/src/sgml/pgbench.sgml |   48 +++++++++++-
2 files changed, 206 insertions(+), 20 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix cache flush hazard in ExecRefreshMatView.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: ecpg: Move function prototype into header file