diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-11-15 10:10:58 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-11-15 10:10:58 -0500 |
commit | 20cf8ae478c2712d4c211b49868e334357f05356 (patch) | |
tree | 094c2d28a00a8effb7d1f5bc4e85270f7837c05b /src | |
parent | ae4b17edeebc6670ba222a8cfbb1658d02203d29 (diff) | |
download | postgresql-20cf8ae478c2712d4c211b49868e334357f05356.tar.gz postgresql-20cf8ae478c2712d4c211b49868e334357f05356.zip |
Fix copy-and-pasteo a little more completely.
copydir.c is no longer in src/port
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/copydir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/storage/copydir.h b/src/include/storage/copydir.h index 35f2f5a8635..b24a98c83ee 100644 --- a/src/include/storage/copydir.h +++ b/src/include/storage/copydir.h @@ -1,7 +1,7 @@ /*------------------------------------------------------------------------- * * 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) 1994, Regents of the University of California |