diff options
| author | Peter Eisentraut | 2014-12-04 00:54:01 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2014-12-04 00:54:01 +0000 |
| commit | e86507d7708591804c38de67f8ba5fdb67863810 (patch) | |
| tree | f11ed84982ae9ab33e175e95bf26e3c40fe92c55 /src/include/pg_config_manual.h | |
| parent | 182362b669f484c1f92e058c710b025d25ddc5dd (diff) | |
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.
Diffstat (limited to 'src/include/pg_config_manual.h')
| -rw-r--r-- | src/include/pg_config_manual.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index b82f0f70bda..38a2e9051f8 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -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" |
