Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas.

This commit is contained in:
Bruce Momjian 2010-07-01 14:37:53 +00:00
parent c6cf3060d6
commit 14bd1c3d9e

View File

@ -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.
*/