diff options
author | Bruce Momjian | 2003-11-11 23:52:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-11-11 23:52:45 +0000 |
commit | 018cf0f76e80cf61df9e84d02edd94037361d9b7 (patch) | |
tree | 89dd7d50471ff4ec65e07b5004f40ba3241b4511 /src/port/copydir.c | |
parent | 0a2c82b5f73cc2d7f1a5963b6d320cbe57dd10d1 (diff) |
Update /port C header descriptions.
Diffstat (limited to 'src/port/copydir.c')
-rw-r--r-- | src/port/copydir.c | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/port/copydir.c b/src/port/copydir.c index 29fbad8e259..4c667e8bcc9 100644 --- a/src/port/copydir.c +++ b/src/port/copydir.c @@ -1,9 +1,19 @@ -/* +/*------------------------------------------------------------------------- + * + * copydir.c + * copies a directory + * + * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group + * Portions Copyright (c) 1994, Regents of the University of California + * * While "xcopy /e /i /q" works fine for copying directories, on Windows XP * it requires a Window handle which prevents it from working when invoked * as a service. * - * $Header: /cvsroot/pgsql/src/port/Attic/copydir.c,v 1.5 2003/09/10 20:12:01 tgl Exp $ + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/port/Attic/copydir.c,v 1.6 2003/11/11 23:52:45 momjian Exp $ + * + *------------------------------------------------------------------------- */ #include "postgres.h" |