mirror of
https://github.com/postgres/postgres.git
synced 2025-08-24 09:27:52 +03:00
Move PG_AUTOCONF_FILENAME definition
Since this is not something that a user should change, pg_config_manual.h was an inappropriate place for it. In initdb.c, remove the use of the macro, because utils/guc.h can't be included by non-backend code. But we hardcode all the other configuration file names there, so this isn't a disaster.
This commit is contained in:
@@ -305,10 +305,3 @@
|
||||
*/
|
||||
/* #define HEAPDEBUGALL */
|
||||
/* #define ACLDEBUG */
|
||||
|
||||
/*
|
||||
* Automatic configuration file name for ALTER SYSTEM.
|
||||
* This file will be used to store values of configuration parameters
|
||||
* set by ALTER SYSTEM command.
|
||||
*/
|
||||
#define PG_AUTOCONF_FILENAME "postgresql.auto.conf"
|
||||
|
Reference in New Issue
Block a user