1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add missing serial commas

This commit is contained in:
Peter Eisentraut
2022-09-19 06:35:01 -04:00
parent 1ef00afe2e
commit cacf12e92f
2 changed files with 2 additions and 2 deletions

View File

@ -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.