From: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Allow commenting of variables in postgresql.conf to |
Date: | 2006-05-24 14:27:01 |
Message-ID: | 44746D35.6030000@sun.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
Alvaro Herrera wrote:
> Zdenek Kotala wrote:
>
>>> 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 as an attachment, or disallow your mail client from
> munging whitespace ... I see wrapped words here, and apparently tab
> expansion as well.
>
>
OK. Here is patch like attachment.
Zdenek
Attachment | Content-Type | Size |
---|---|---|
pg_conf.patch | text/x-patch | 11.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2006-05-24 14:41:43 | Re: error-free disabling of individual child partition |
Previous Message | Alvaro Herrera | 2006-05-24 14:19:48 | Re: Allow commenting of variables in postgresql.conf to |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2006-05-24 19:41:07 | Re: plperl - put schema-name in $_TD |
Previous Message | Alvaro Herrera | 2006-05-24 14:19:48 | Re: Allow commenting of variables in postgresql.conf to |