I found a small typo in a comment in pgbench.c of 15/master. - * Return the number fo failed transactions. + * Return the number of failed transactions.
While at it, I found "* lot fo unnecessary work." in pg13's procsignal.c. It has been fixed by 2a093355aa in PG14 but PG13 was left alone at the time. regards. -- Kyotaro Horiguchi NTT Open Source Software Center
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 098fb43b3c..4d5d6560bf 100644 --- a/src/bin/pgbench/pgbench.c +++ b/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)