Re: Fwd: Re: Compile fails on AIX 6.1 - Mailing list pgsql-bugs

From Lars Ewald (web.de)
Subject Re: Fwd: Re: Compile fails on AIX 6.1
Date
Msg-id 1030616334.29450.1406915963984.open-xchange@oxbaltgw56.schlund.de
Whole thread Raw
In response to Re: Fwd: Re: Compile fails on AIX 6.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fwd: Re: Compile fails on AIX 6.1
Re: Fwd: Re: Compile fails on AIX 6.1
List pgsql-bugs
Hello Tom

> We don't really consider a platform
> supported unless it's got working spinlocks.

I am a little bit confused about that.

On the page "supported platforms" there is written that PowerPC or PowerPC 64 is
a supported
platform, so that I can compile postgres WITH spinlocks.
http://www.postgresql.org/docs/9.3/static/supported-platforms.html

Or is there a problem on the specific machine? Or is there something disabled
in the kernel?

Best regards
Lars

> Tom Lane <tgl@sss.pgh.pa.us> hat am 26. Juli 2014 um 00:32 geschrieben:
>
>
> "Lars Ewald (web.de)" <l.ewald-web@lars-ewald.de> writes:
> > Hello Tom,
> > today I was able to do some tests compiling Postgres on our AIX machine.
>
> > And...it worked! :-) Configuring without spinlocks and readline worked fine
> > for
> > me and did not abort after compiling xlog.o/xlog.c.
> > Any ideas why it does not work with spinlocks?
>
> Well, spinlocks are what uses the assembler code that you're having
> trouble with.
>
> Note that while you can build with --disable-spinlocks, performance is
> not likely to be acceptable. We don't really consider a platform
> supported unless it's got working spinlocks.
>
> regards, tom lane

pgsql-bugs by date:

Previous
From: David Grelaud
Date:
Subject: Re: BUG #11103: to_json() does not convert correctly DOMAINs type since 9.3.5 (int expected instead of string) ?
Next
From: Tom Lane
Date:
Subject: Re: Fwd: Re: Compile fails on AIX 6.1