diff options
author | Bruce Momjian <bruce@momjian.us> | 2016-07-30 16:59:34 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2016-07-30 16:59:34 -0400 |
commit | ebb63717e2f9fdf273f95d30478f41fd745c5624 (patch) | |
tree | d4e77c15d9d39d310125e36836f9b6fd38a69867 | |
parent | c21e00c24a9cbe59c7a570635df2fefdc2f6e21f (diff) |
pgbench docs: fix incorrect "last two" fields text
Reported-by: Alexander Law
Discussion: 5786638C.8080508@gmail.com
Backpatch-through: 9.4
-rw-r--r-- | doc/src/sgml/pgbench.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/pgbench.sgml b/doc/src/sgml/pgbench.sgml index 41aed3d3af4..74073a05901 100644 --- a/doc/src/sgml/pgbench.sgml +++ b/doc/src/sgml/pgbench.sgml @@ -933,7 +933,7 @@ END; within the interval, <replaceable>latency_sum</replaceable> is a sum of latencies (so you can compute average latency easily). The following two fields are useful for variance estimation - <replaceable>latency_sum</> is a sum of latencies and - <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 fields are <replaceable>min_latency</> - a minimum latency within the interval, and <replaceable>max_latency</> - maximum latency within the interval. A transaction is counted into the interval when it was committed. The last four fields, |