Fix latency calculation when there are \sleep commands in the script.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 40c3fe4980e73acb0db75a3c737a4a52e09d4cf4
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2016-09-19T19:55:43Z
Releases: 10.0
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: <alpine.DEB.2.20.1608231622170.7102@lancre>

Files

PathChange+/−
src/bin/pgbench/pgbench.c modified +4 −2