Skip to content

Commit 06b9533

Browse files
committed
Fix Windows build.
I renamed a variable, but missed an #ifdef WIN32 block.
1 parent c8b2499 commit 06b9533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ doCustom(TState *thread, CState *st, instr_time *conn_time, FILE *logfile, AggVa
11921192
* anyway
11931193
*/
11941194
fprintf(logfile, "%d %d %.0f %d 0 0",
1195-
st->id, st->cnt, usec, st->use_file);
1195+
st->id, st->cnt, latency, st->use_file);
11961196
#endif
11971197
if (throttle_delay)
11981198
fprintf(logfile, " %.0f", lag);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy