aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-11-02 23:08:02 +0900
committerFujii Masao <fujii@postgresql.org>2021-11-02 23:08:02 +0900
commitd8dba4d03068eeee1ea3ffc8e7c7b4fa3e35a7f4 (patch)
treec23b9d935bdd691aa3e24f194417a664af361b18
parentcd29be5459f0e138c0f19d49ee588feeda78e3c9 (diff)
downloadpostgresql-d8dba4d03068eeee1ea3ffc8e7c7b4fa3e35a7f4.tar.gz
postgresql-d8dba4d03068eeee1ea3ffc8e7c7b4fa3e35a7f4.zip
pgbench: Fix typo in comment.
Discussion: https://postgr.es/m/f9041ec2-46b6-1b41-0e84-9c8a1e2d6bda@oss.nttdata.com
-rw-r--r--src/bin/pgbench/pgbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c
index 0dfb625a888..c12b6f06159 100644
--- 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 deconnection
+ pg_time_usec_t conn_duration; /* cumulated connection and disconnection
* delays */
StatsData stats;