pgbench: Fix typo in comment.

Discussion: https://postgr.es/m/f9041ec2-46b6-1b41-0e84-9c8a1e2d6bda@oss.nttdata.com
This commit is contained in:
Fujii Masao 2021-11-02 23:08:02 +09:00
parent cd29be5459
commit d8dba4d030

View 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;