From ae4b17edeebc6670ba222a8cfbb1658d02203d29 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 15 Nov 2010 11:52:56 -0300 Subject: [PATCH] Fix copy-and-pasteo. --- src/include/storage/copydir.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 * *------------------------------------------------------------------------- */ -- 2.40.0