diff --git a/contrib/pg_test_fsync/pg_test_fsync.c b/contrib/pg_test_fsync/pg_test_fsync.c
new file mode 100644
index 7bc0d0e..b978d9e
*** a/contrib/pg_test_fsync/pg_test_fsync.c
--- b/contrib/pg_test_fsync/pg_test_fsync.c
***************
*** 25,31 ****
  
  #define LABEL_FORMAT		"        %-32s"
  #define NA_FORMAT			"%18s"
! #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. */
--- 25,31 ----
  
  #define LABEL_FORMAT		"        %-32s"
  #define NA_FORMAT			"%18s"
! #define OPS_FORMAT			"%9.3f ops/sec  %6.0f usecs/op"
  #define USECS_SEC			1000000
  
  /* These are macros to avoid timing the function call overhead. */
