mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 01:40:33 -05:00
Fix typo in pgbench.c.
Author: Kyotaro Horiguchi Discussion: https://postgr.es/m/20220914.114608.1462991533784489178.horikyota.ntt@gmail.com
This commit is contained in:
parent
4c1532763a
commit
d583036d68
1 changed files with 1 additions and 1 deletions
|
|
@ -4415,7 +4415,7 @@ executeMetaCommand(CState *st, pg_time_usec_t *now)
|
|||
}
|
||||
|
||||
/*
|
||||
* Return the number fo failed transactions.
|
||||
* Return the number of failed transactions.
|
||||
*/
|
||||
static int64
|
||||
getFailures(const StatsData *stats)
|
||||
|
|
|
|||
Loading…
Reference in a new issue