Re: TODO questions

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: TODO questions
Date: 2005-08-24 16:01:45
Message-ID: 430C99E9.4000701@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>>The idea here is the when you comment something out, it should restore
>>its default. Right now it keeps the previously uncommented out value,
>>which confuses people.
>>
>>
>
>But the contrary position is that a comment is a comment, not something
>that should act to change the state of the postmaster.
>
>
Not in any conf I have ever seen. If I comment out a parameter
I expect that the parameter will either be disabled or set to the
default depending on the parameter.

#fsync = false

Should mean:

fsync = false

--

fsync = true

Should mean:

fsync = true

--

#fsync = true:

Should mean:

fsync = false

If false is the default value.

--

Sincerely,

Joshua D. Drake

>It's probably worth pointing out that there's not consensus about all
>of the TODO items, particularly not the ones Bruce has marked with
>question marks.
>
> regards, tom lane
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-08-24 16:49:57 Re: Sleep functions
Previous Message Bruce Momjian 2005-08-24 15:59:08 Re: FW: Win32 unicode vs ICU