Re: Allow commenting of variables in postgresql.conf to
| От | Joachim Wieland |
|---|---|
| Тема | Re: Allow commenting of variables in postgresql.conf to |
| Дата | |
| Msg-id | 20060524235138.GA4729@mcknight.de обсуждение исходный текст |
| Ответ на | Re: Allow commenting of variables in postgresql.conf to (Zdenek Kotala <Zdenek.Kotala@Sun.COM>) |
| Ответы |
Re: Allow commenting of variables in postgresql.conf to
Re: Allow commenting of variables in postgresql.conf to - |
| Список | pgsql-patches |
Zdenek,
On Wed, May 24, 2006 at 04:27:01PM +0200, Zdenek Kotala wrote:
> >>>>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.
Three points after a quick test:
- please compile with --enable-cassert, there are wrong assertions in your
code (you might just have to move some lines, there is an Assert() and an
assignment thereafter)
- changing a PGC_POSTMASTER should show a message:
=> parameter \"%s\" cannot be changed after server start;
configuration file change ignored
This seems to not show up anymore with your patch.
- with the same reasoning, I think it's a good idea to display a message
about which option falls back to its default value.
Joachim
В списке pgsql-patches по дате отправления: