@@ -499,7 +499,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
499499 perspective of the client), the number of serialization failures and
500500 retries, the number of deadlock failures and retries. The report
501501 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,
503503 respectively. See below for details.
504504 </para>
505505 </listitem>
@@ -1402,7 +1402,7 @@ END;
14021402
14031403 <para>
14041404 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
14061406 type, respectively.
14071407 </para>
14081408
@@ -1527,20 +1527,19 @@ script statistics:
15271527 </para>
15281528
15291529 <para>
1530- The latency of a sucessful transaction includes the entire time of
1530+ The latency of a successful transaction includes the entire time of
15311531 transaction execution with rollbacks and retries. The latency for failed
15321532 transactions and commands is not computed separately.
15331533 </para>
15341534
15351535 <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
15371537 (see <xref linkend="transactions-and-scripts"
15381538 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
15401540 the total number of retries and the number of retries after each kind of
15411541 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.
15441543 </para>
15451544 <note>
15461545 <para>The total sum of retries can be greater than the number of
0 commit comments