mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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.
This commit is contained in:
parent
a1c935d3b7
commit
d797bf7da2
@ -1149,10 +1149,9 @@ END;
|
||||
Field <replaceable>schedule_lag</> is the difference between the
|
||||
transaction's scheduled start time, and the time it actually started, in
|
||||
microseconds. It is only present when the <option>--rate</> option is used.
|
||||
The last field <replaceable>skipped_transactions</> reports the number of
|
||||
transactions skipped because they were too far behind schedule. It is only
|
||||
present when both options <option>--rate</> and <option>--latency-limit</>
|
||||
are used.
|
||||
When both <option>--rate</> and <option>--latency-limit</> are used,
|
||||
the <replaceable>time</> for a skipped transaction will be reported as
|
||||
<literal>skipped</>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user