mirror of https://github.com/postgres/postgres
Having this in src/include/port.h makes no sense, now that copydir.c lives in src/backend/strorage rather than src/port. Along the way, remove an obsolete comment from contrib/pg_upgrade that makes reference to the old location.pull/1/head
parent
d7304244e2
commit
11e482c350
@ -0,0 +1,18 @@ |
||||
/*-------------------------------------------------------------------------
|
||||
* |
||||
* port.h |
||||
* Header for src/port/ compatibility functions. |
||||
* |
||||
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group |
||||
* Portions Copyright (c) 1994, Regents of the University of California |
||||
* |
||||
* src/include/port.h |
||||
* |
||||
*------------------------------------------------------------------------- |
||||
*/ |
||||
#ifndef COPYDIR_H |
||||
#define COPYDIR_H |
||||
|
||||
extern void copydir(char *fromdir, char *todir, bool recurse); |
||||
|
||||
#endif /* COPYDIR_H */ |
||||
Loading…
Reference in new issue