|
1 | 1 | /*-------------------------------------------------------------------------
|
2 | 2 | *
|
3 | 3 | * dirmod.c
|
4 |
| - *rename/unlink() |
| 4 | + *directory handling functions |
5 | 5 | *
|
6 | 6 | * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - *These are replacement versions ofunlink and rename that work on |
10 |
| - *Win32 (NT, Win2k, XP).replace() doesn't work on Win95/98/Me. |
| 9 | + *This includes replacement versions offunctions that work on |
| 10 | + *Win32 (NT4 and newer). |
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.56 2009/01/01 17:24:04 momjian Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.57 2009/05/04 09:30:06 mha Exp $ |
14 | 14 | *
|
15 | 15 | *-------------------------------------------------------------------------
|
16 | 16 | */
|
|