Backpatch comment about --sysconfdir.
authorBruce Momjian <[email protected]>
Wed, 7 Jun 2006 12:19:37 +0000 (12:19 +0000)
committerBruce Momjian <[email protected]>
Wed, 7 Jun 2006 12:19:37 +0000 (12:19 +0000)
src/bin/pg_config/pg_config.c

index 10317c057136a7a5c0e175c70b624be81df71c5e..15e89530bd7e586e71ce22a24366c51c1d180e93 100644 (file)
@@ -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);