From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Lars Ewald (web(dot)de)" <l(dot)ewald-web(at)lars-ewald(dot)de> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: Fwd: Re: Compile fails on AIX 6.1 |
Date: | 2014-07-25 22:32:48 |
Message-ID: | 9218.1406327568@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-hackers |
"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
From | Date | Subject | |
---|---|---|---|
Next Message | rpvoland | 2014-07-26 00:44:15 | BUG #11039: installation fails when trying to install C++ redistributable |
Previous Message | Lars Ewald (web.de) | 2014-07-25 19:59:56 | Re: Fwd: Re: Compile fails on AIX 6.1 |
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2014-07-25 22:38:07 | Re: Proposal: Incremental Backup |
Previous Message | Tom Lane | 2014-07-25 22:29:53 | Re: Proposal to add a QNX 6.5 port to PostgreSQL |