Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14bd1c3

Browse files
committed
Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas.
1 parent c6cf306 commit 14bd1c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

contrib/pg_upgrade/pg_upgrade.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ extern int pgunlink(const char *path);
6565
/* OID system catalog preservation added during PG 9.0 development */
6666
#define TABLE_SPACE_SUBDIRS 201001111
6767

68-
/* from pgport */
69-
extern void copydir(char *fromdir, char *todir, bool recurse);
70-
extern bool rmtree(const char *path, bool rmtopdir);
71-
7268
/*
7369
* Each relation is represented by a relinfo structure.
7470
*/

0 commit comments

Comments
 (0)