diff options
author | Amit Kapila <akapila@postgresql.org> | 2022-09-14 11:09:48 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2022-09-14 11:09:48 +0530 |
commit | d583036d68d6fe2fa7facd63eb6548583094fa96 (patch) | |
tree | 73ac021a283ee4c837edc8ec7c3c6aeaf8fc3e06 | |
parent | 4c1532763a00c21cbb737bc3855e9a31374b119d (diff) | |
download | postgresql-d583036d68d6fe2fa7facd63eb6548583094fa96.tar.gz postgresql-d583036d68d6fe2fa7facd63eb6548583094fa96.zip |
Fix typo in pgbench.c.
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20220914.114608.1462991533784489178.horikyota.ntt@gmail.com
-rw-r--r-- | src/bin/pgbench/pgbench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c index 098fb43b3c7..4d5d6560bf6 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) |