1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-24 09:27:52 +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

@@ -304,6 +304,6 @@
/*
* Automatic configuration file name for ALTER SYSTEM.
* This file will be used to store values of configuration parameters
* set by ALTER SYSTEM command
* set by ALTER SYSTEM command.
*/
#define PG_AUTOCONF_FILENAME "postgresql.auto.conf"