1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix copy-and-pasteo a little more completely.

copydir.c is no longer in src/port
This commit is contained in:
Robert Haas 2010-11-15 10:10:58 -05:00
parent ae4b17edee
commit 20cf8ae478

View File

@ -1,7 +1,7 @@
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* *
* copydir.h * copydir.h
* Header for src/port/copydir.c compatibility functions. * Copy a directory.
* *
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California