Re: buildfarm - make check failures for leveret on 8.0

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Jeremy Drake <pgsql(at)jdrake(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: buildfarm - make check failures for leveret on 8.0
Date: 2006-08-07 18:43:45
Message-ID: 44D789E1.3000100@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeremy Drake wrote:
> On Mon, 7 Aug 2006, Tom Lane wrote:
>
>
>> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
>>
>>> *) why the large difference in the build-flags ?
>>>
>> CVS HEAD configure.in knows about icc and the release branches don't.
>> I think the changes were only put into HEAD because of lack of testing,
>> but if we have buildfarm coverage I think it'd be OK to back-port the
>> configure logic to the prior branches. Any objections?
>>
>
> I sent the original patch. I just sent it for HEAD because a) I could
> still deal with previous branches by editing Makefile.global by hand after
> configure, b) I reconfigured older branches seldom enough compared to
> HEAD that it didn't bother me nearly as much, and c) I figured it would be
> more readily accepted into HEAD than trying to get it back-ported. Also I
> was not sure about the acceptance of such things into back branches, since
> it may be interpreted that supporting a new compiler is a "new feature"
> and most projects don't like to add new features to old releases.
>
>

In general, yes, but I think if we support a new compiler it would be
sensible to support at least the latest stable branch if possible,
especially if that mainly means extra configuration rather than changing
the code.

I'd be happy to see the config changes backported.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-08-07 18:52:43 Re: CSStorm occurred again by postgreSQL8.2
Previous Message Jose Orlando Pereira 2006-08-07 18:40:26 Re: standard interfaces for replication providers