projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c15327
)
Fix typo in pgbench.c.
author
Amit Kapila
<
[email protected]
>
Wed, 14 Sep 2022 05:39:48 +0000
(11:09 +0530)
committer
Amit Kapila
<
[email protected]
>
Wed, 14 Sep 2022 05:39:48 +0000
(11:09 +0530)
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/
20220914
.114608.
1462991533784489178
[email protected]
src/bin/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/pgbench.c
b/src/bin/pgbench/pgbench.c
index 098fb43b3c7c4095104ce5e43485c0ed5afd8cb1..4d5d6560bf6afc73d08adc14366dd963057fd7b8 100644
(file)
--- 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)