pgsql: Move PG_AUTOCONF_FILENAME definition - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Move PG_AUTOCONF_FILENAME definition
Date
Msg-id E1XwLdm-0002If-88@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e86507d7708591804c38de67f8ba5fdb67863810

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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Move security_label test
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move PG_AUTOCONF_FILENAME definition