mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08: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
@ -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
|
static int64
|
||||||
getFailures(const StatsData *stats)
|
getFailures(const StatsData *stats)
|
||||||
|
Loading…
Reference in New Issue
Block a user