pgsql: Fix latency calculation when there are \sleep commands in the sc - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix latency calculation when there are \sleep commands in the sc
Date
Msg-id E1bm4nU-0002ko-2m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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>

Branch
------
REL9_6_STABLE

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

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove obsolete warning from docs.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix latency calculation when there are \sleep commands in the sc