mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix unportable format string.
Per compiler warning.
This commit is contained in:
parent
71e58dcfb9
commit
427fd88552
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#define LABEL_FORMAT " %-32s"
|
||||
#define NA_FORMAT "%18s"
|
||||
#define OPS_FORMAT "%9.3f ops/sec (%6.f microsecs/op)"
|
||||
#define OPS_FORMAT "%9.3f ops/sec (%6.0f microsecs/op)"
|
||||
#define USECS_SEC 1000000
|
||||
|
||||
/* These are macros to avoid timing the function call overhead. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue