summaryrefslogtreecommitdiff
path: root/src/backend/storage/sync/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/storage/sync/sync.c')
-rw-r--r--src/backend/storage/sync/sync.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/storage/sync/sync.c b/src/backend/storage/sync/sync.c
index f329c3fd667..3485e6f17f8 100644
--- a/src/backend/storage/sync/sync.c
+++ b/src/backend/storage/sync/sync.c
@@ -18,19 +18,19 @@
#include <fcntl.h>
#include <sys/file.h>
-#include "miscadmin.h"
-#include "pgstat.h"
-#include "access/xlogutils.h"
#include "access/xlog.h"
+#include "access/xlogutils.h"
#include "commands/tablespace.h"
+#include "miscadmin.h"
+#include "pgstat.h"
#include "portability/instr_time.h"
#include "postmaster/bgwriter.h"
#include "storage/bufmgr.h"
#include "storage/ipc.h"
#include "storage/md.h"
#include "utils/hsearch.h"
-#include "utils/memutils.h"
#include "utils/inval.h"
+#include "utils/memutils.h"
static MemoryContext pendingOpsCxt; /* context for the pending ops state */