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

Commit427fd88

Browse files
committed
Fix unportable format string.
Per compiler warning.
1 parent71e58dc commit427fd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pg_test_fsync/pg_test_fsync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#defineLABEL_FORMAT" %-32s"
2727
#defineNA_FORMAT"%18s"
28-
#defineOPS_FORMAT"%9.3f ops/sec (%6.f microsecs/op)"
28+
#defineOPS_FORMAT"%9.3f ops/sec (%6.0f microsecs/op)"
2929
#defineUSECS_SEC1000000
3030

3131
/* These are macros to avoid timing the function call overhead. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp