diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-11-15 11:52:56 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2010-11-15 11:52:56 -0300 |
commit | ae4b17edeebc6670ba222a8cfbb1658d02203d29 (patch) | |
tree | df3834677f364a70a0eaca10779a0d1f1c9f5b7d /src | |
parent | 52010027efc8757fdd830a4d0113763a501259bc (diff) | |
download | postgresql-ae4b17edeebc6670ba222a8cfbb1658d02203d29.tar.gz postgresql-ae4b17edeebc6670ba222a8cfbb1658d02203d29.zip |
Fix copy-and-pasteo.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/storage/copydir.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/storage/copydir.h b/src/include/storage/copydir.h index 194d98ee076..35f2f5a8635 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 * *------------------------------------------------------------------------- */ |