Re: huia and moa versus old PG branches - Mailing list pgsql-hackers

From Tom Lane
Subject Re: huia and moa versus old PG branches
Date
Msg-id 1901.1283263396@sss.pgh.pa.us
Whole thread Raw
In response to Re: huia and moa versus old PG branches  (Dave Page <dpage@pgadmin.org>)
Responses Re: huia and moa versus old PG branches  (Dave Page <dpage@pgadmin.org>)
List pgsql-hackers
Dave Page <dpage@pgadmin.org> writes:
> On Mon, Aug 30, 2010 at 3:50 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> moa, which is claimed on the buildfarm dashboard to be using gcc but is
>> actually using cc, hits the spinlock problem in 8.0 and 8.1 and the
>> BYTE_ORDER problem in 8.2.

> Per above, moa is configured with --disable-spinlocks for 8.1/8.0. Is
> something else broken in the configure code - or am I missing the
> point of --disable-spinlocks?

Hum ... you are right, there is something else broken there.  It looks
like, on platforms where we have an out-of-line assembler file, we
attempt to assemble it whether or not --disable-spinlocks is selected
(because configure sets TAS anyway).

This is clearly something we should fix, but I've got mixed feelings
about whether to back-patch it all the way, in view of the fact that
nobody complained before.  If you would like to keep running moa with
--disable-spinlocks in the old branches, I'll do it.  However, it looks
like what you did amounts to --disable-spinlocks in *all* branches,
which is definitely not what we want to test.  If you can fix the
buildfarm configuration so that that switch is really applied
selectively to just pre-8.2 branches, then I think it'd be good to make
that happen.  If you can't, I think it'd be best to just drop the switch
and forget about pre-8.2 on moa.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: huia and moa versus old PG branches
Next
From: Dave Page
Date:
Subject: Re: huia and moa versus old PG branches