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. Branch ------ REL9_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/3e2dc9703a4835ace14310f82369df0a4e8528f2 Modified Files -------------- src/bin/initdb/initdb.c | 2 +- src/include/pg_config_manual.h | 7 ------- src/include/utils/guc.h | 7 +++++++ 3 files changed, 8 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
