]> granicus.if.org Git - postgresql/commitdiff
pgbench docs: fix incorrect "last two" fields text
authorBruce Momjian <bruce@momjian.us>
Sat, 30 Jul 2016 20:59:34 +0000 (16:59 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 30 Jul 2016 20:59:34 +0000 (16:59 -0400)
Reported-by: Alexander Law
Discussion: 5786638C.8080508@gmail.com

Backpatch-through: 9.4

doc/src/sgml/ref/pgbench.sgml

index bc37285066d2d4a7ed189471be95df66c2f89dbe..f58da351f90c07f267b98d24e5964cd5cd2ea7db 100644 (file)
@@ -1202,7 +1202,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 fields in the end,