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

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Haribabu kommi <haribabu(dot)kommi(at)huawei(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
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: 2013-11-13 13:53:34
Message-ID: CAA4eK1+RLH2z69Jru4XtUXvvQDTq_rrCq8N89voXhmV1HgJSUQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 13, 2013 at 4:05 PM, Haribabu kommi
<haribabu(dot)kommi(at)huawei(dot)com> wrote:
> On 01 October 2013 00:56 Amit Kapila wrote:
>> On Mon, Sep 30, 2013 at 9:07 PM, Peter Eisentraut <peter_e(at)gmx(dot)net>
>> wrote:
>> > On 9/28/13 3:05 AM, Amit Kapila wrote:
>> >> Now as we have an agreement, I had updated patch for below left
>> issues:
>> >
>> > Regression tests are failing.
>>
>> Thanks for informing. I am sorry for not running regression before
>> sending patch.
>>
>> Reason for failure was that source for GUC in new function
>> validate_conf_option() was hardcoded to PGC_S_FILE which was okay for
>> Alter System, but
>> not for SET path. I had added new parameter source in this function
>> and get the value of source when this is called from SET path.
>
> Some of the initial observation of the patch are,
> 1. Patch is not applying against git head, needs a rebase.
> 2. Patch doesn't contain the tests.
It was intentional and as per feedback for this patch. As for
testing this feature, we need to put sleep after operation, so it was
suggested to remove tests.

> I started reviewing the patch, will share the details once I finish.
Thanks.

With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2013-11-13 13:56:02 Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation
Previous Message Robert Haas 2013-11-13 13:51:20 Re: hail the CFM