Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6ca917a

Browse files
committed
Update comment.
1 parent 62e7ad6 commit 6ca917a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/bin/pg_config/pg_config.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
1919
*
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 $
2121
*
2222
*-------------------------------------------------------------------------
2323
*/
@@ -45,7 +45,8 @@ cleanup_path(char *path)
4545
/*
4646
* GetShortPathName() will fail if the path does not exist, or short names
4747
* 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.
4950
*/
5051
GetShortPathName(path, path, MAXPGPATH - 1);
5152

0 commit comments

Comments
 (0)