From 1fe1d09652d796392785922bef54e0ffda6e1f05 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 19 Sep 2022 06:35:01 -0400 Subject: Add missing serial commas --- doc/src/sgml/ref/pgbench.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pgbench.sgml b/doc/src/sgml/ref/pgbench.sgml index 1a1be489e7e..40e6a50a7f5 100644 --- a/doc/src/sgml/ref/pgbench.sgml +++ b/doc/src/sgml/ref/pgbench.sgml @@ -636,7 +636,7 @@ pgbench options d 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 is not equal to 1. -- cgit v1.2.3