aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2016-07-30 16:59:34 -0400
committerBruce Momjian <bruce@momjian.us>2016-07-30 16:59:34 -0400
commitb57a0a9d72cb51acffddbf06345134414d79309a (patch)
treed50f979bd3c40df14923785c4aa6db95edffe7cd /doc/src
parent0343d663348113ab4293e132c87feba5c36d5bb8 (diff)
downloadpostgresql-b57a0a9d72cb51acffddbf06345134414d79309a.tar.gz
postgresql-b57a0a9d72cb51acffddbf06345134414d79309a.zip
pgbench docs: fix incorrect "last two" fields text
Reported-by: Alexander Law Discussion: 5786638C.8080508@gmail.com Backpatch-through: 9.4
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pgbench.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml
index 090af17a60a..a0b2ab774b0 100644
--- a/doc/src/sgml/ref/pgbench.sgml
+++ b/doc/src/sgml/ref/pgbench.sgml
@@ -1045,7 +1045,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,