From: Tatsuo Ishii Date: Fri, 25 Oct 2024 06:06:16 +0000 (+0900) Subject: pgbench: Fix typo. X-Git-Tag: REL_18_BETA1~1627 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=7175ef870e24763a561821685160c5e35b2e8989;p=postgresql.git pgbench: Fix typo. Fix typo in commit cae0f3c405. Reported-by: Alexander Lakhin Discussion: https://postgr.es/m/70eaa41b-805b-ce19-6004-5a0dccd3f731%40gmail.com --- diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 826f7e093db..ba247f3f85c 100644 --- a/src/bin/pgbench/pgbench.c +++ b/src/bin/pgbench/pgbench.c @@ -6495,7 +6495,7 @@ printResults(StatsData *total, if (script_total_cnt > 0) { - printf(" - number of transactions actually pocessed: " INT64_FORMAT " (tps = %f)\n", + printf(" - number of transactions actually processed: " INT64_FORMAT " (tps = %f)\n", sstats->cnt, sstats->cnt / bench_duration); printf(" - number of failed transactions: " INT64_FORMAT " (%.3f%%)\n",