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

Lines changed: 3 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy