diff options
Diffstat (limited to 'src/backend/storage/smgr/md.c')
-rw-r--r-- | src/backend/storage/smgr/md.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/storage/smgr/md.c b/src/backend/storage/smgr/md.c index e9b0bd4ff6a..bf0f3ca76d1 100644 --- a/src/backend/storage/smgr/md.c +++ b/src/backend/storage/smgr/md.c @@ -25,21 +25,18 @@ #include <fcntl.h> #include <sys/file.h> -#include "access/xlog.h" #include "access/xlogutils.h" #include "commands/tablespace.h" #include "common/file_utils.h" #include "miscadmin.h" #include "pg_trace.h" #include "pgstat.h" -#include "postmaster/bgwriter.h" #include "storage/bufmgr.h" #include "storage/fd.h" #include "storage/md.h" #include "storage/relfilelocator.h" #include "storage/smgr.h" #include "storage/sync.h" -#include "utils/hsearch.h" #include "utils/memutils.h" /* |