8000 pgbench docs: fix incorrect "last two" fields text · rtpg/postgres@ebb6371 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebb6371

Browse files
committed
pgbench docs: fix incorrect "last two" fields text
Reported-by: Alexander Law Discussion: 5786638C.8080508@gmail.com Backpatch-through: 9.4
1 parent c21e00c commit ebb6371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ END;
933933
within the interval, <replaceable>latency_sum</replaceable> is a sum of latencies
934934
(so you can compute average latency easily). The following two fields are useful
935935
for variance estimation - <replaceable>latency_sum</> is a sum of latencies and
936-
<replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. The last two
936+
<replaceable>latency_2_sum</> is a sum of 2nd powers of latencies. The next two
937937
fields are <replaceable>min_latency</> - a minimum latency within the interval, and
938938
<replaceable>max_latency</> - maximum latency within the interval. A transaction is
939939
counted into the interval when it was committed. The last four fields,

0 commit comments

Comments
 (0)
0