pgbench: Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Tue, 2 Nov 2021 14:08:02 +0000 (23:08 +0900)
committerFujii 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

index 0dfb625a8884f499f503df64e67fd66b383c5aa3..c12b6f0615914df64bad4401a2b4bc90ba9a60e0 100644 (file)
@@ -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;