Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1fe1d09

Browse files
committed
Add missing serial commas
1 parent a234177 commit 1fe1d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/ref/pgbench.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
636636
<para>
637637
Report the following statistics for each command after the benchmark
638638
finishes: the average per-statement latency (execution time from the
639-
perspective of the client), the number of failures and the number of
639+
perspective of the client), the number of failures, and the number of
640640
retries after serialization or deadlock errors in this command. The
641641
report displays retry statistics only if the
642642
<option>--max-tries</option> option is not equal to 1.

src/bin/pgbench/pgbench.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ usage(void)
908908
" protocol for submitting queries (default: simple)\n"
909909
" -n, --no-vacuum do not run VACUUM before tests\n"
910910
" -P, --progress=NUM show thread progress report every NUM seconds\n"
911-
" -r, --report-per-command report latencies, failures and retries per command\n"
911+
" -r, --report-per-command report latencies, failures, and retries per command\n"
912912
" -R, --rate=NUM target rate in transactions per second\n"
913913
" -s, --scale=NUM report this scale factor in output\n"
914914
" -t, --transactions=NUM number of transactions each client runs (default: 10)\n"

0 commit comments

Comments
 (0)