Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ca917a

Browse files
committed
Update comment.
1 parent62e7ad6 commit6ca917a

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)

[8]ページ先頭

©2009-2025 Movatter.jp