mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
pgbench: Fix typo in comment.
Discussion: https://postgr.es/m/f9041ec2-46b6-1b41-0e84-9c8a1e2d6bda@oss.nttdata.com
This commit is contained in:
parent
cd29be5459
commit
d8dba4d030
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user