mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Add missing serial commas
This commit is contained in:
parent
1ef00afe2e
commit
cacf12e92f
@ -636,7 +636,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
|
||||
<para>
|
||||
Report the following statistics for each command after the benchmark
|
||||
finishes: the average per-statement latency (execution time from the
|
||||
perspective of the client), the number of failures and the number of
|
||||
perspective of the client), the number of failures, and the number of
|
||||
retries after serialization or deadlock errors in this command. The
|
||||
report displays retry statistics only if the
|
||||
<option>--max-tries</option> option is not equal to 1.
|
||||
|
@ -912,7 +912,7 @@ usage(void)
|
||||
" protocol for submitting queries (default: simple)\n"
|
||||
" -n, --no-vacuum do not run VACUUM before tests\n"
|
||||
" -P, --progress=NUM show thread progress report every NUM seconds\n"
|
||||
" -r, --report-per-command report latencies, failures and retries per command\n"
|
||||
" -r, --report-per-command report latencies, failures, and retries per command\n"
|
||||
" -R, --rate=NUM target rate in transactions per second\n"
|
||||
" -s, --scale=NUM report this scale factor in output\n"
|
||||
" -t, --transactions=NUM number of transactions each client runs (default: 10)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user