Fujii Masao 4 years ago
parent cd29be5459
commit d8dba4d030
  1. 2
      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;

Loading…
Cancel
Save