Re: 7.4RC1 tag'd, branched and bundled ...

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: Gaetano Mendola <mendola(at)bigfoot(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: 7.4RC1 tag'd, branched and bundled ...
Date: 2003-11-04 14:27:33
Message-ID: 3FA7B755.8080804@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Gaetano Mendola wrote:

> Tom Lane wrote:
>> "Marc G. Fournier" <scrappy(at)postgresql(dot)org> writes:
>>
>>>On Tue, 4 Nov 2003, Gaetano Mendola wrote:
>>>
>>>>Is in the last Tom's patch about Vacuum sleep between pages ?
>>
>>
>>>that won't be in v7.4, to the best of my knowledge ...
>>
>>
>> Definitely not. It's a very experimental patch.
>
> I not agree, is an experimental patch that introduce just
> a delay, you now it better than me, and this delay can be
> shipped with a default value 0.
> Alias an experimental feature that can be disabled.

Something that knowingly introduces portability issues and platform
dependant behaviour is absolutely inacceptable this late in the release
cycle where we already have a significant number of platform reports.
Configurable or not doesn't matter.

>
> I think that we are going to see a lot of 7.4 installation
> with that patch applied.

We are using usleep() and other equally risky functionality here to
quickly get something hooked together that confirms one theory or
another. We explicitly discourage people from attempting to squeeze this
sort of theory evaluation code into production installations.

Jan

--
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2003-11-04 14:35:50 Re: bufmgr code question
Previous Message Jan Wieck 2003-11-04 14:14:58 Re: Experimental ARC implementation