Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review]) - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Date
Msg-id CAHGQGwG+BNaBNLxQNVKVs67sE_v9COXbEMCwmpa303JLOpahmQ@mail.gmail.com
Whole thread Raw
In response to Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])  (Josh Berkus <josh@agliodbs.com>)
Responses Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
List pgsql-hackers
On Fri, Jul 19, 2013 at 2:45 AM, Josh Berkus <josh@agliodbs.com> wrote:
> On 07/18/2013 04:25 AM, Amit Kapila wrote:
>> On Thursday, July 18, 2013 12:38 AM Josh Berkus wrote:
>>> On 07/17/2013 12:01 PM, Alvaro Herrera wrote:
>>>> Both of these seem like they would make troubleshooters' lives more
>>>> difficult.  I think we should just parse the auto file automatically
>>>> after parsing postgresql.conf, without requiring the include
>>> directive
>>>> to be there.
>>>
>>> Wait, I thought the auto file was going into the conf.d directory?
>>
>> Auto file is going into config directory, but will that make any difference
>> if we have to parse it automatically after postgresql.conf.
>
> Well, I thought that the whole conf.d directory automatically got parsed
> after postgresql.conf.  No?

No, in the previous patch. We needed to set include_dir to 'config' (though
that's the default).

Regards,

-- 
Fujii Masao



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Fix pgstattuple/pgstatindex to use regclass-type as the argument
Next
From: Stephen Frost
Date:
Subject: Re: Improvement of checkpoint IO scheduler for stable transaction responses