We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0343d66 commitb57a0a9Copy full SHA for b57a0a9
doc/src/sgml/ref/pgbench.sgml
@@ -1045,7 +1045,7 @@ END;
1045
within the interval, <replaceable>latency_sum</replaceable> is a sum of latencies
1046
(so you can compute average latency easily). The following two fields are useful
1047
for variance estimation - <replaceable>latency_sum</> is a sum of latencies and
1048
- <replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. Thelast two
+ <replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. Thenext two
1049
fields are <replaceable>min_latency</> - a minimum latency within the interval, and
1050
<replaceable>max_latency</> - maximum latency within the interval. A transaction is
1051
counted into the interval when it was committed. The fields in the end,