pgsql: Move PG_AUTOCONF_FILENAME definition

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Move PG_AUTOCONF_FILENAME definition
Дата
Msg-id E1XwLdm-0002If-88@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Move security_label test
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Move PG_AUTOCONF_FILENAME definition