mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
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:
parent
248c2d1923
commit
7175ef870e
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue