From: Alvaro Herrera Date: Mon, 15 Nov 2010 14:52:56 +0000 (-0300) Subject: Fix copy-and-pasteo. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=ae4b17edeebc6670ba222a8cfbb1658d02203d29;p=users%2Fhanada%2Fpostgres.git Fix copy-and-pasteo. --- diff --git a/src/include/storage/copydir.h b/src/include/storage/copydir.h index 194d98ee07..35f2f5a863 100644 --- a/src/include/storage/copydir.h +++ b/src/include/storage/copydir.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * port.h - * Header for src/port/ compatibility functions. + * copydir.h + * Header for src/port/copydir.c 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 + * src/include/storage/copydir.h * *------------------------------------------------------------------------- */