Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06b9533

Browse files
committed
Fix Windows build.
I renamed a variable, but missed an #ifdef WIN32 block.
1 parentc8b2499 commit06b9533

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)

[8]ページ先頭

©2009-2025 Movatter.jp