From c944851a791d8d43ea1918ab766fe0e7e93a48d0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Jun 2006 12:19:37 +0000 Subject: [PATCH] Backpatch comment about --sysconfdir. --- src/bin/pg_config/pg_config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/pg_config/pg_config.c b/src/bin/pg_config/pg_config.c index c582111d31..fa69b05408 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-2005, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.17.2.1 2006/06/06 22:32:56 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.17.2.2 2006/06/07 12:19:37 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); -- 2.50.0