From: Robert Haas Date: Mon, 15 Nov 2010 15:10:58 +0000 (-0500) Subject: Fix copy-and-pasteo a little more completely. X-Git-Tag: REL9_1_ALPHA3~175 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=20cf8ae478c2712d4c211b49868e334357f05356;p=postgresql.git Fix copy-and-pasteo a little more completely. copydir.c is no longer in src/port --- 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