Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7175ef8

Browse files
committed
pgbench: Fix typo.
Fix typo in commit cae0f3c. Reported-by: Alexander Lakhin Discussion: https://postgr.es/m/70eaa41b-805b-ce19-6004-5a0dccd3f731%40gmail.com
1 parent 248c2d1 commit 7175ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6495,7 +6495,7 @@ printResults(StatsData *total,
64956495

64966496
if (script_total_cnt > 0)
64976497
{
6498-
printf(" - number of transactions actually pocessed: " INT64_FORMAT " (tps = %f)\n",
6498+
printf(" - number of transactions actually processed: " INT64_FORMAT " (tps = %f)\n",
64996499
sstats->cnt, sstats->cnt / bench_duration);
65006500

65016501
printf(" - number of failed transactions: " INT64_FORMAT " (%.3f%%)\n",

0 commit comments

Comments
 (0)