projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd29be5
)
pgbench: Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Tue, 2 Nov 2021 14:08:02 +0000
(23:08 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Tue, 2 Nov 2021 14:08:02 +0000
(23:08 +0900)
Discussion: https://postgr.es/m/
f9041ec2
-46b6-1b41-0e84-
9c8a1e2d6bda
@oss.nttdata.com
src/bin/pgbench/pgbench.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/pgbench.c
b/src/bin/pgbench/pgbench.c
index 0dfb625a8884f499f503df64e67fd66b383c5aa3..c12b6f0615914df64bad4401a2b4bc90ba9a60e0 100644
(file)
--- a/
src/bin/pgbench/pgbench.c
+++ b/
src/bin/pgbench/pgbench.c
@@
-509,7
+509,7
@@
typedef struct
pg_time_usec_t create_time; /* thread creation time */
pg_time_usec_t started_time; /* thread is running */
pg_time_usec_t bench_start; /* thread is benchmarking */
- pg_time_usec_t conn_duration; /* cumulated connection and d
e
connection
+ pg_time_usec_t conn_duration; /* cumulated connection and d
is
connection
* delays */
StatsData stats;