Re: Allow commenting of variables in postgresql.conf to - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: Allow commenting of variables in postgresql.conf to
Date
Msg-id 44746749.9070108@dunslane.net
Whole thread Raw
In response to Allow commenting of variables in postgresql.conf to restore them to defaults  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Responses Re: Allow commenting of variables in postgresql.conf to  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-patches
Zdenek Kotala wrote:
> There is path implements following item from todo list: "Allow
> commenting of variables in postgresql.conf to restore them to defaults".
> Main idea is:
>
> General config structure is extend with default_val attribute to keep
> really default value. (There is small conflict - for string boot_val
> has same meaning).
> During reconfiguration all values which has reset source equal with
> PGC_S_FILE are revert back to really default values. New values from
> configuration files are set after this step and commented variables
> stay with default value.
>

Please resubmit your patch as a context diff, as documented here:
http://www.postgresql.org/docs/faqs.FAQ_DEV.html#item1.5

cheers

andrew

pgsql-patches by date:

Previous
From: Zdenek Kotala
Date:
Subject: Allow commenting of variables in postgresql.conf to restore them to defaults
Next
From: Andrew Dunstan
Date:
Subject: Re: plperl - put schema-name in $_TD