From: Bruce Momjian Date: Sat, 30 Jul 2016 20:59:34 +0000 (-0400) Subject: pgbench docs: fix incorrect "last two" fields text X-Git-Tag: REL9_6_BETA4~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e765bb10fcb1438806bc139e243871234990423;p=thirdparty%2Fpostgresql.git pgbench docs: fix incorrect "last two" fields text Reported-by: Alexander Law Discussion: 5786638C.8080508@gmail.com Backpatch-through: 9.4 --- diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index bc37285066d..f58da351f90 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -1202,7 +1202,7 @@ END; within the interval, latency_sum is a sum of latencies (so you can compute average latency easily). The following two fields are useful for variance estimation - latency_sum is a sum of latencies and - latency_2_sum is a sum of 2nd powers of latencies. The last two + latency_2_sum is a sum of 2nd powers of latencies. The next two fields are min_latency - a minimum latency within the interval, and max_latency - maximum latency within the interval. A transaction is counted into the interval when it was committed. The fields in the end,