Commit d797bf7d authored by Robert Haas's avatar Robert Haas

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.
parent a1c935d3
...@@ -1149,10 +1149,9 @@ END; ...@@ -1149,10 +1149,9 @@ END;
Field <replaceable>schedule_lag</> is the difference between the Field <replaceable>schedule_lag</> is the difference between the
transaction's scheduled start time, and the time it actually started, in transaction's scheduled start time, and the time it actually started, in
microseconds. It is only present when the <option>--rate</> option is used. microseconds. It is only present when the <option>--rate</> option is used.
The last field <replaceable>skipped_transactions</> reports the number of When both <option>--rate</> and <option>--latency-limit</> are used,
transactions skipped because they were too far behind schedule. It is only the <replaceable>time</> for a skipped transaction will be reported as
present when both options <option>--rate</> and <option>--latency-limit</> <literal>skipped</>.
are used.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment