mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Remove port.h prototypes from pg_upgrade.h, per report from Robert Haas.
This commit is contained in:
parent
c6cf3060d6
commit
14bd1c3d9e
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user