pgbench: Fix typo.

Fix typo in commit cae0f3c405.

Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/70eaa41b-805b-ce19-6004-5a0dccd3f731%40gmail.com
This commit is contained in:
Tatsuo Ishii 2024-10-25 15:06:16 +09:00
parent 248c2d1923
commit 7175ef870e

View file

@ -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",