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 8359ed8 commit 43f6388Copy full SHA for 43f6388
contrib/pg_test_fsync/pg_test_fsync.c
@@ -24,8 +24,8 @@
24
#define XLOG_BLCKSZ_K (XLOG_BLCKSZ / 1024)
25
26
#define LABEL_FORMAT " %-32s"
27
-#define NA_FORMAT "%18s"
28
-#define OPS_FORMAT "%9.3f ops/sec %6.0f usecs/op"
+#define NA_FORMAT "%20s"
+#define OPS_FORMAT "%11.3f ops/sec %6.0f usecs/op"
29
#define USECS_SEC 1000000
30
31
/* These are macros to avoid timing the function call overhead. */
0 commit comments