Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d797bf7

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 a1c935d commit d797bf7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/src/sgml/ref/pgbench.sgml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1149,10 +1149,9 @@ END;
11491149
Field <replaceable>schedule_lag</> is the difference between the
11501150
transaction's scheduled start time, and the time it actually started, in
11511151
microseconds. It is only present when the <option>--rate</> option is used.
1152-
The last field <replaceable>skipped_transactions</> reports the number of
1153-
transactions skipped because they were too far behind schedule. It is only
1154-
present when both options <option>--rate</> and <option>--latency-limit</>
1155-
are used.
1152+
When both <option>--rate</> and <option>--latency-limit</> are used,
1153+
the <replaceable>time</> for a skipped transaction will be reported as
1154+
<literal>skipped</>.
11561155
</para>
11571156

11581157
<para>

0 commit comments

Comments
 (0)