8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21e00c commit ebb6371Copy full SHA for ebb6371
doc/src/sgml/pgbench.sgml
@@ -933,7 +933,7 @@ END;
933
within the interval, <replaceable>latency_sum</replaceable> is a sum of latencies
934
(so you can compute average latency easily). The following two fields are useful
935
for variance estimation - <replaceable>latency_sum</> is a sum of latencies and
936
- <replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. The last two
+ <replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. The next two
937
fields are <replaceable>min_latency</> - a minimum latency within the interval, and
938
<replaceable>max_latency</> - maximum latency within the interval. A transaction is
939
counted into the interval when it was committed. The last four fields,
0 commit comments