Skip to content

Commit 427fd88

Browse files
committed
Fix unportable format string.
Per compiler warning.
1 parent 71e58dc commit 427fd88

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
#define LABEL_FORMAT " %-32s"
2727
#define NA_FORMAT "%18s"
28-
#define OPS_FORMAT "%9.3f ops/sec (%6.f microsecs/op)"
28+
#define OPS_FORMAT "%9.3f ops/sec (%6.0f microsecs/op)"
2929
#define USECS_SEC 1000000
3030

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

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