Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcacf12e

Browse files
committed
Add missing serial commas
1 parent1ef00af commitcacf12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp