diff options
author | Alvaro Herrera | 2012-08-28 22:02:07 +0000 |
---|---|---|
committer | Alvaro Herrera | 2012-08-28 22:02:07 +0000 |
commit | 45326c5a11530cff5db99c6d4b393439cc901f26 (patch) | |
tree | fc6d5ba32796fce5eeca193d0b86ba8aa651f705 /src/backend/commands/dbcommands.c | |
parent | 0a664ec27f3937c0ce428c07a41b6d8c7526ec57 (diff) |
Split resowner.h
This lets files that are mere users of ResourceOwner not automatically
include the headers for stuff that is managed by the resowner mechanism.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r-- | src/backend/commands/dbcommands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c index c9b80ad8232..21925731738 100644 --- a/src/backend/commands/dbcommands.c +++ b/src/backend/commands/dbcommands.c @@ -45,6 +45,7 @@ #include "pgstat.h" #include "postmaster/bgwriter.h" #include "storage/copydir.h" +#include "storage/fd.h" #include "storage/lmgr.h" #include "storage/ipc.h" #include "storage/procarray.h" |