Fix typo in pgbench.c.

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20220914.114608.1462991533784489178.horikyota.ntt@gmail.com
pull/104/head
Amit Kapila 3 years ago
parent 4c1532763a
commit d583036d68
  1. 2
      src/bin/pgbench/pgbench.c

@ -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…
Cancel
Save