mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-26 08:17:01 +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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user