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 85fa829 commit 8e00a38Copy full SHA for 8e00a38
contrib/pgbench/pgbench.c
@@ -3077,7 +3077,7 @@ threadRun(void *arg)
3077
/* generate and show report */
3078
int64 count = 0;
3079
int64 run = now - last_report;
3080
- float tps, total_run, latency;
+ double tps, total_run, latency;
3081
3082
for (i = 0 ; i < nstate ; i++)
3083
count += state[i].cnt;
@@ -3107,7 +3107,7 @@ threadRun(void *arg)
3107
3108
3109
3110
3111
3112
for (i = 0 ; i < progress_nclients ; i++)
3113
0 commit comments