pgbench docs: fix incorrect "last two" fields text
authorBruce Momjian
Sat, 30 Jul 2016 20:59:34 +0000 (16:59 -0400)
committerBruce Momjian
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/pgbench.sgml

index 41aed3d3af4e9d734583f67da436997399e5bc8c..74073a05901271498288b01a14fef856e3a539c5 100644 (file)
@@ -933,7 +933,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 last four fields,