- Notifications
You must be signed in to change notification settings - Fork5
Commitedb5c40
committed
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, becausethat interferes with calculation of the latency of the transaction as whole.Backpatch to 9.4, where this bug was introduced.Fabien COELHODiscussion: <alpine.DEB.2.20.1608231622170.7102@lancre>1 parent52acf02 commitedb5c40
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| 222 | + | |
222 | 223 |
| |
223 | 224 |
| |
224 | 225 |
| |
| |||
1238 | 1239 |
| |
1239 | 1240 |
| |
1240 | 1241 |
| |
| 1242 | + | |
1241 | 1243 |
| |
1242 | 1244 |
| |
1243 | 1245 |
| |
| |||
1253 | 1255 |
| |
1254 | 1256 |
| |
1255 | 1257 |
| |
1256 |
| - | |
| 1258 | + | |
1257 | 1259 |
| |
1258 | 1260 |
| |
1259 | 1261 |
| |
| |||
1721 | 1723 |
| |
1722 | 1724 |
| |
1723 | 1725 |
| |
1724 |
| - | |
| 1726 | + | |
1725 | 1727 |
| |
1726 | 1728 |
| |
1727 | 1729 |
| |
|
0 commit comments
Comments
(0)