Re: Fwd: Re: Compile fails on AIX 6.1

From: "Lars Ewald (web(dot)de)" <l(dot)ewald-web(at)lars-ewald(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Fwd: Re: Compile fails on AIX 6.1
Date: 2014-08-01 17:59:23
Message-ID: 1030616334.29450.1406915963984.open-xchange@oxbaltgw56.schlund.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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(at)sss(dot)pgh(dot)pa(dot)us> hat am 26. Juli 2014 um 00:32 geschrieben:
>
>
> "Lars Ewald (web.de)" <l(dot)ewald-web(at)lars-ewald(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lars Ewald (web.de) 2014-08-01 18:00:10 Re: Fwd: Re: Compile fails on AIX 6.1
Previous Message David Johnston 2014-08-01 17:30:27 Re: BUG #11107: UPDATE violates table check constraint

Browse pgsql-hackers by date

  From Date Subject
Next Message Lars Ewald (web.de) 2014-08-01 18:00:10 Re: Fwd: Re: Compile fails on AIX 6.1
Previous Message Heikki Linnakangas 2014-08-01 17:58:16 Re: Supporting Windows SChannel as OpenSSL replacement