pgsql: Move PG_AUTOCONF_FILENAME definition

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move PG_AUTOCONF_FILENAME definition
Date: 2014-12-04 01:55:34
Message-ID: E1XwLdm-0002If-88@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2014-12-04 09:42:23 Re: [COMMITTERS] pgsql: Keep track of transaction commit timestamps
Previous Message Peter Eisentraut 2014-12-04 01:42:07 Re: pgsql: Move security_label test