Skip to content

Commit ffd2a9e

Browse files
committed
Fix pgbench documentation error.
The description of what the per-transaction log file says for skipped transactions is just plain wrong. Report and patch by Tomas Vondra, reviewed by Fabien Coelho and modified by me.
1 parent 491e847 commit ffd2a9e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -993,10 +993,9 @@ END;
993993
Field <replaceable>schedule_lag</> is the difference between the
994994
transaction's scheduled start time, and the time it actually started, in
995995
microseconds. It is only present when the <option>--rate</> option is used.
996-
The last field <replaceable>skipped_transactions</> reports the number of
997-
transactions skipped because they were too far behind schedule. It is only
998-
present when both options <option>--rate</> and <option>--latency-limit</>
999-
are used.
996+
When both <option>--rate</> and <option>--latency-limit</> are used,
997+
the <replaceable>time</> for a skipped transaction will be reported as
998+
<literal>skipped</>.
1000999
</para>
10011000

10021001
<para>

0 commit comments

Comments
 (0)