Skip to content
Snippets Groups Projects
Commit b57a0a9d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

pgbench docs: fix incorrect "last two" fields text

Reported-by: Alexander Law

Discussion: 5786638C.8080508@gmail.com

Backpatch-through: 9.4
parent 0343d663
No related branches found
No related tags found
No related merge requests found
...@@ -1045,7 +1045,7 @@ END; ...@@ -1045,7 +1045,7 @@ END;
within the interval, <replaceable>latency_sum</replaceable> is a sum of latencies 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 (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 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 fields are <replaceable>min_latency</> - a minimum latency within the interval, and
<replaceable>max_latency</> - maximum latency within the interval. A transaction is <replaceable>max_latency</> - maximum latency within the interval. A transaction is
counted into the interval when it was committed. The fields in the end, counted into the interval when it was committed. The fields in the end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment