Re: 9.4 broken on alpha - Mailing list pgsql-hackers

From Tom Lane
Subject Re: 9.4 broken on alpha
Date
Msg-id 22535.1440607786@sss.pgh.pa.us
Whole thread Raw
In response to Re: 9.4 broken on alpha  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: 9.4 broken on alpha  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Michael Cree wrote:
>> That is disappointing to hear.  Why is that?  It is still in use on
>> Alpha.  What is the maintenance load for keeping the Alpha arch
>> specific code?

> The amount of code that was removed by the commit isn't all that much:
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=a6d488cb538c8761658f0f7edfc40cecc8c29f2d
> but there's been rather a lot of work after that to add support for
> atomic primitives as well as barriers, which would presumably not
> trivial to implement and test on Alpha.  Someone would have to volunteer
> to writing, testing and maintaining that code.

As far as that goes, we do have fallback atomics code that's supposed to
work on anything (and not be unusably slow).  So in principle,
resurrecting the Alpha spinlock code ought to be enough to get back to the
previous level of support.  Coding Alpha atomic primitives would likely
be worth doing, if there's somebody out there who's excited enough to take
it on; but that could happen later, and incrementally.

> A buildfarm machine would be mandatory, too.

That, however, is not negotiable.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: WIP: Rework access method interface
Next
From: Masahiko Sawada
Date:
Subject: Re: Freeze avoidance of very large table.