pgsql: Add --rate option.

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Add --rate option.
Дата
Msg-id E1V1PoM-0004q6-Qr@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix cache flush hazard in ExecRefreshMatView.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: ecpg: Move function prototype into header file