summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc-file.l
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2014-01-27 12:23:20 +0900
committerFujii Masao <fujii@postgresql.org>2014-01-27 12:23:20 +0900
commit7c619be623237f3fee3222bc171a6a0afb0ce7a5 (patch)
tree33503f7f9efad307b463c7e61480f56b4ea91c32 /src/backend/utils/misc/guc-file.l
parent152d24f5ddbc535bb437b57856fa3c7c5c630472 (diff)
downloadpostgresql-7c619be623237f3fee3222bc171a6a0afb0ce7a5.tar.gz
Fix typos in comments for ALTER SYSTEM.
Michael Paquier
Diffstat (limited to 'src/backend/utils/misc/guc-file.l')
-rw-r--r--src/backend/utils/misc/guc-file.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc-file.l b/src/backend/utils/misc/guc-file.l
index e815a9bef9..5d830c79d0 100644
--- a/src/backend/utils/misc/guc-file.l
+++ b/src/backend/utils/misc/guc-file.l
@@ -149,7 +149,7 @@ ProcessConfigFile(GucContext context)
}
/*
- * Parse postgresql.auto.conf file after postgresql.conf to replace
+ * Parse file PG_AUTOCONF_FILENAME after postgresql.conf to replace
* parameters set by ALTER SYSTEM command. This file is present in
* data directory, however when called during initdb data directory is not
* set till this point, so use ConfigFile path which will be same.