Skip to content

Commit 6e79ee2

Browse files
author
Liudmila Mantrova
committed
DOC: typo fix, wording about columns in per-statement report
1 parent 64e6ebe commit 6e79ee2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/src/sgml/ref/pgbench.sgml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -1533,14 +1533,13 @@ script statistics:
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

Comments
 (0)