diff options
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index 4ad62e6bf85..6f28859f730 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -53,8 +53,8 @@ #include "replication/slot.h" #include "storage/copydir.h" #include "storage/fd.h" -#include "storage/lmgr.h" #include "storage/ipc.h" +#include "storage/lmgr.h" #include "storage/md.h" #include "storage/procarray.h" #include "storage/smgr.h" @@ -65,7 +65,6 @@ #include "utils/snapmgr.h" #include "utils/syscache.h" - typedef struct { Oid src_dboid; /* source (template) DB */ |