]> granicus.if.org Git - postgresql/commit
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:58:13 +0000 (19:58 -0500)
commit3e2dc9703a4835ace14310f82369df0a4e8528f2
tree41990b42b294b422582745c61ad8ec0d5b9cfdf4
parent567737822a004dd23a105c5b7129ff98b2805ac7
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