Move PG_AUTOCONF_FILENAME definition
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 4 Dec 2014 00:54:01 +0000 (19:54 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 4 Dec 2014 00:54:01 +0000 (19:54 -0500)
commite86507d7708591804c38de67f8ba5fdb67863810
treef11ed84982ae9ab33e175e95bf26e3c40fe92c55
parent182362b669f484c1f92e058c710b025d25ddc5dd
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.
src/bin/initdb/initdb.c
src/include/pg_config_manual.h
src/include/utils/guc.h