We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd29be5 commit d8dba4dCopy full SHA for d8dba4d
src/bin/pgbench/pgbench.c
@@ -509,7 +509,7 @@ typedef struct
509
pg_time_usec_t create_time; /* thread creation time */
510
pg_time_usec_t started_time; /* thread is running */
511
pg_time_usec_t bench_start; /* thread is benchmarking */
512
- pg_time_usec_t conn_duration; /* cumulated connection and deconnection
+ pg_time_usec_t conn_duration; /* cumulated connection and disconnection
513
* delays */
514
515
StatsData stats;
0 commit comments