Replace PG_AUTOCONF_FILENAME with parameter - Mailing list pgsql-hackers

From Jonathan Jacobson
Subject Replace PG_AUTOCONF_FILENAME with parameter
Date
Msg-id CAFTTroMGB8UT2h-cBr_yRm1HNuAmLKskJ-vknYug0YD18BzL9g@mail.gmail.com
Whole thread Raw
Responses Re: Replace PG_AUTOCONF_FILENAME with parameter  (Michael Paquier <michael@paquier.xyz>)
Re: Replace PG_AUTOCONF_FILENAME with parameter  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
As opposed to config_file, hba_file, etc. the name and location of the autoconfig file is fixed to $PGDATA/postgresql.auto.conf (guc.h)

The static name also appears in some other locations, such as pg_basebackup, pg_rewind & initdb.c.

New feature suggestion: Allow to set the file's location, as with hba_file and ident_file.

Would be glad to make it my contribution to the code.

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Improve autovacuum logging for aggressive andanti-wraparound ru
Next
From: Michael Paquier
Date:
Subject: Re: Replace PG_AUTOCONF_FILENAME with parameter