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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user