|
17 | 17 | * |
18 | 18 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
19 | 19 | * |
20 | | - * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.19 2006/06/06 22:32:19 momjian Exp $ |
| 20 | + * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.20 2006/06/06 22:41:09 momjian Exp $ |
21 | 21 | * |
22 | 22 | *------------------------------------------------------------------------- |
23 | 23 | */ |
@@ -45,7 +45,8 @@ cleanup_path(char *path) |
45 | 45 | /* |
46 | 46 | *GetShortPathName() will fail if the path does not exist, or short names |
47 | 47 | *are disabled on this file system. In both cases, we just return the |
48 | | - *original path. |
| 48 | + *original path. This is particularly useful for --sysconfdir, which |
| 49 | + *might not exist. |
49 | 50 | */ |
50 | 51 | GetShortPathName(path,path,MAXPGPATH-1); |
51 | 52 |
|
|