Content-Length: 275926 | pFad | http://github.com/postgrespro/postgres/commit/8e00a3850d4a7729a112967c204fa95b40cc54ca
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
Fetched URL: http://github.com/postgrespro/postgres/commit/8e00a3850d4a7729a112967c204fa95b40cc54ca
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments