Re: [PATCH] Enabling atomics on ARM64

From: Andres Freund <andres(at)anarazel(dot)de>
To: Roman Shaposhnik <rvs(at)apache(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Enabling atomics on ARM64
Date: 2017-03-11 02:17:17
Message-ID: 20170311021717.gghlnzdupmwbjh2y@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017-03-10 18:14:13 -0800, Roman Shaposhnik wrote:
> On Fri, Mar 10, 2017 at 11:20 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> > Hi,
> >
> > On 2017-03-08 19:18:04 -0800, Roman Shaposhnik wrote:
> >> I'd like to offer a forward port from a change I'm contributing
> >> the Greenplum code base over here
> >
> > I think the change makes sense. Any chance we could convince you to
> > bring up an arm64 buildfarm animal (our test infrastructure) up, so we
> > can be sure arm64 stays working? See https://buildfarm.postgresql.org/
>
> What does it take to be a your build farm slave? Can it be done via
> a Docker container that calls out to your infrastructure? I can probably
> run that as part of the Apache Bigtop CI.

Yes, it can. The buildfarm stuff is all push from the test machine's
side, not pull. You basically configure a cron job as described in
https://wiki.postgresql.org/wiki/PostgreSQL_Buildfarm_Howto and then
register your animal with the form on
https://buildfarm.postgresql.org/cgi-bin/register-form.pl

Would be great. We have a bunch of 32bit arm animal, but no 64bit ones:
https://buildfarm.postgresql.org/cgi-bin/show_members.pl
https://buildfarm.postgresql.org/cgi-bin/show_status.pl

Regards,

Andres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2017-03-11 02:19:23 Re: SERIALIZABLE with parallel query
Previous Message Roman Shaposhnik 2017-03-11 02:14:13 Re: [PATCH] Enabling atomics on ARM64