Replace PG_AUTOCONF_FILENAME with parameter

From: Jonathan Jacobson <jonjac(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Replace PG_AUTOCONF_FILENAME with parameter
Date: 2018-10-05 06:39:03
Message-ID: CAFTTroMGB8UT2h-cBr_yRm1HNuAmLKskJ-vknYug0YD18BzL9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-10-05 06:47:45 Re: Replace PG_AUTOCONF_FILENAME with parameter
Previous Message Michael Paquier 2018-10-05 06:35:04 Re: pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru