Commit 14bd1c3d authored by Bruce Momjian's avatar Bruce Momjian

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

parent c6cf3060
...@@ -65,10 +65,6 @@ extern int pgunlink(const char *path); ...@@ -65,10 +65,6 @@ extern int pgunlink(const char *path);
/* OID system catalog preservation added during PG 9.0 development */ /* OID system catalog preservation added during PG 9.0 development */
#define TABLE_SPACE_SUBDIRS 201001111 #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. * Each relation is represented by a relinfo structure.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment