1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Fix typos in comments for ALTER SYSTEM.

Michael Paquier
This commit is contained in:
Fujii Masao
2014-01-27 12:23:20 +09:00
parent 152d24f5dd
commit 7c619be623
4 changed files with 19 additions and 20 deletions

View File

@@ -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.