aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2010-11-12 16:39:53 -0500
committerRobert Haas <rhaas@postgresql.org>2010-11-12 16:39:53 -0500
commit11e482c350c431fb2f51c6ceb847e5e31ea38911 (patch)
treea0ef983083f4b67a2061b9e5eb86ff7968ba10bc /src/backend/commands/dbcommands.c
parentd7304244e26b92d533f7e44f0afbcf1ff2f46286 (diff)
downloadpostgresql-11e482c350c431fb2f51c6ceb847e5e31ea38911.tar.gz
postgresql-11e482c350c431fb2f51c6ceb847e5e31ea38911.zip
Move copydir() prototype into its own header file.
Having this in src/include/port.h makes no sense, now that copydir.c lives in src/backend/strorage rather than src/port. Along the way, remove an obsolete comment from contrib/pg_upgrade that makes reference to the old location.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
-rw-r--r--src/backend/commands/dbcommands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/commands/dbcommands.c b/src/backend/commands/dbcommands.c
index 6193aa28844..8cbd7548f97 100644
--- a/src/backend/commands/dbcommands.c
+++ b/src/backend/commands/dbcommands.c
@@ -44,6 +44,7 @@
#include "pgstat.h"
#include "postmaster/bgwriter.h"
#include "storage/bufmgr.h"
+#include "storage/copydir.h"
#include "storage/fd.h"
#include "storage/lmgr.h"
#include "storage/ipc.h"