aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/pg_upgrade/pg_upgrade.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/pg_upgrade/pg_upgrade.h b/contrib/pg_upgrade/pg_upgrade.h
index 51b78a26249..931c8b3b5e0 100644
--- a/contrib/pg_upgrade/pg_upgrade.h
+++ b/contrib/pg_upgrade/pg_upgrade.h
@@ -65,10 +65,6 @@ extern int pgunlink(const char *path);
/* OID system catalog preservation added during PG 9.0 development */
#define TABLE_SPACE_SUBDIRS 201001111
-/* from pgport */
-extern void copydir(char *fromdir, char *todir, bool recurse);
-extern bool rmtree(const char *path, bool rmtopdir);
-
/*
* Each relation is represented by a relinfo structure.
*/