diff options
Diffstat (limited to 'src/include/storage/fd.h')
-rw-r--r-- | src/include/storage/fd.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/storage/fd.h b/src/include/storage/fd.h index 328473bdc94..5b3c280dd7a 100644 --- a/src/include/storage/fd.h +++ b/src/include/storage/fd.h @@ -45,10 +45,11 @@ #include <dirent.h> -typedef enum RecoveryInitSyncMethod { +typedef enum RecoveryInitSyncMethod +{ RECOVERY_INIT_SYNC_METHOD_FSYNC, RECOVERY_INIT_SYNC_METHOD_SYNCFS -} RecoveryInitSyncMethod; +} RecoveryInitSyncMethod; struct iovec; /* avoid including port/pg_iovec.h here */ @@ -58,7 +59,7 @@ typedef int File; /* GUC parameter */ extern PGDLLIMPORT int max_files_per_process; extern PGDLLIMPORT bool data_sync_retry; -extern int recovery_init_sync_method; +extern int recovery_init_sync_method; /* * This is private to fd.c, but exported for save/restore_backend_variables() |