Re: ALTER SYSTEM RESET? - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: ALTER SYSTEM RESET?
Date
Msg-id CAA4eK1JFwkKfSfGL9ZB8_gkoaQTGZj28hx+Lp1ZOokDxMD1=pQ@mail.gmail.com
Whole thread Raw
In response to Re: ALTER SYSTEM RESET?  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: ALTER SYSTEM RESET?
List pgsql-hackers
On Wed, Jul 30, 2014 at 9:11 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> I have verified the patch and found that it works well for
> all scenario's.  Few minor suggestions:
>
> 1.
> !    values to the <filename>postgresql.auto.conf</filename> file.
> !    Setting the parameter to <literal>DEFAULT</literal>, or using the
> !    <command>RESET</command> variant, removes the configuration entry from
>
> It would be better if we can write a separate line for RESET ALL
> as is written in case of both Alter Database and Alter Role in their
> respective documentation.
>
> 2.
> ! %type <vsetstmt> generic_set set_rest set_rest_more generic_reset reset_rest SetResetClause FunctionSetResetClause
>
> Good to break it into 2 lines.
>
> 3. I think we can add some text on top of function
> AlterSystemSetConfigFile() to explain functionality w.r.t reset all.

I have updated the patch to address the above points.

I will mark this patch as "Ready For Committer" as most of the
review comments were already addressed by Vik and remaining
I have addressed in attached patch.

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

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: SKIP LOCKED DATA (work in progress)
Next
From: Guillaume Lelarge
Date:
Subject: Re: Maximum number of WAL files in the pg_xlog directory