From d8dba4d03068eeee1ea3ffc8e7c7b4fa3e35a7f4 Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Tue, 2 Nov 2021 23:08:02 +0900 Subject: [PATCH] pgbench: Fix typo in comment. Discussion: https://postgr.es/m/f9041ec2-46b6-1b41-0e84-9c8a1e2d6bda@oss.nttdata.com --- src/bin/pgbench/pgbench.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;