pgsql: Fix latency calculation when there are \sleep commands in the sc

Поиск
Список
Период
Сортировка
Искать

pgsql: Fix latency calculation when there are \sleep commands in the sc

От:
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Дата:
Fix latency calculation when there are \sleep commands in the script.

We can't use txn_scheduled to hold the sleep-until time for \sleep, because
that interferes with calculation of the latency of the transaction as whole.

Backpatch to 9.4, where this bug was introduced.

Fabien COELHO

Discussion: 

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
src/bin/pgbench/pgbench.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

FAQ