@@ -499,7 +499,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
499
499
perspective of the client), the number of serialization failures and
500
500
retries, the number of deadlock failures and retries. The report
501
501
displays the columns with statistics on failures and retries only if the
502
- current <application>pgbech </> run has a failure or retry of any type,
502
+ current <application>pgbench </> run has a failure or retry of any type,
503
503
respectively. See below for details.
504
504
</para>
505
505
</listitem>
@@ -1402,7 +1402,7 @@ END;
1402
1402
1403
1403
<para>
1404
1404
The report displays the columns with statistics on failures and retries only
1405
- if the current <application>pgbech </> run has a failure or retry of any
1405
+ if the current <application>pgbench </> run has a failure or retry of any
1406
1406
type, respectively.
1407
1407
</para>
1408
1408
@@ -1533,14 +1533,13 @@ script statistics:
1533
1533
</para>
1534
1534
1535
1535
<para>
1536
- The main report contains the number of failed transactions if it is not zero
1536
+ The main report contains the number of failed transactions if it is non- zero
1537
1537
(see <xref linkend="transactions-and-scripts"
1538
1538
endterm="transactions-and-scripts-title"> for more information). If the total
1539
- number of retried transactions is not zero the main report also contains it,
1539
+ number of retried transactions is non- zero, the main report also contains
1540
1540
the total number of retries and the number of retries after each kind of
1541
1541
failure (use option <option>--max-tries</> to make it possible). The
1542
- per-statement report contains the failures if the main report contains them
1543
- too. The same for retries.
1542
+ per-statement report inherits all columns from the main report.
1544
1543
</para>
1545
1544
<note>
1546
1545
<para>The total sum of retries can be greater than the number of
0 commit comments