aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-06 22:41:09 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-06 22:41:09 +0000
commit6ca917adff9e937a61ff30e6bacbb50e681b2e53 (patch)
tree0b5e25f9ede108b3695765a2776b0c2123b8c40a /src
parent62e7ad66033f8c0123f419323371b22d14c4402c (diff)
downloadpostgresql-6ca917adff9e937a61ff30e6bacbb50e681b2e53.tar.gz
postgresql-6ca917adff9e937a61ff30e6bacbb50e681b2e53.zip
Update comment.
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_config/pg_config.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/pg_config/pg_config.c b/src/bin/pg_config/pg_config.c
index cf32be1f2bd..e84cd7a1307 100644
--- a/src/bin/pg_config/pg_config.c
+++ b/src/bin/pg_config/pg_config.c
@@ -17,7 +17,7 @@
*
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.19 2006/06/06 22:32:19 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.20 2006/06/06 22:41:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -45,7 +45,8 @@ cleanup_path(char *path)
/*
* GetShortPathName() will fail if the path does not exist, or short names
* are disabled on this file system. In both cases, we just return the
- * original path.
+ * original path. This is particularly useful for --sysconfdir, which
+ * might not exist.
*/
GetShortPathName(path, path, MAXPGPATH - 1);