Re: Allow commenting of variables in postgresql.conf to

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: pgsql-patches(at)postgresql(dot)org, Joachim Wieland <joe(at)mcknight(dot)de>
Subject: Re: Allow commenting of variables in postgresql.conf to
Date: 2006-05-24 14:01:45
Message-ID: 44746749.9070108@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2006-05-24 14:14:52 Re: Allow commenting of variables in postgresql.conf to
Previous Message Andrew Dunstan 2006-05-24 13:55:31 Re: Updatable views/with check option parsing

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2006-05-24 14:12:17 Re: plperl - put schema-name in $_TD
Previous Message Zdenek Kotala 2006-05-24 13:28:26 Allow commenting of variables in postgresql.conf to restore them to defaults