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-14 07:50:10
Message-ID: CAA4eK1+rx9_hrKAg7Uu6bSPNwHsW2VziqAMyQRmr1epbLqoyoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 13, 2013 at 7:23 PM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> 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:
>>> >
>>
>> Some of the initial observation of the patch are,
>> 1. Patch is not applying against git head, needs a rebase.

Find the rebased version attached with this mail. I have removed
header inclusions of port.h and lwlock.h from guc.c, it works fine
without them.

>> 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.

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

Attachment Content-Type Size
alter_system_v10.patch application/octet-stream 32.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2013-11-14 08:17:58 Storing pg_stat_statements query texts externally, pg_stat_statements in core
Previous Message David Rowley 2013-11-14 07:18:03 Small improvement to json out functions by using cstring_to_text_with_len instead of cstring_to_text