1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-15 14:02:29 +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

@@ -1300,8 +1300,8 @@ setup_config(void)
* file will override the value of parameters that exists before parse of
* this file.
*/
autoconflines[0] = pg_strdup("# Do not edit this file manually! \n");
autoconflines[1] = pg_strdup("# It will be overwritten by the ALTER SYSTEM command. \n");
autoconflines[0] = pg_strdup("# Do not edit this file manually!\n");
autoconflines[1] = pg_strdup("# It will be overwritten by the ALTER SYSTEM command.\n");
autoconflines[2] = NULL;
sprintf(path, "%s/%s", pg_data, PG_AUTOCONF_FILENAME);