From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Ed L(dot)" <pgsql(at)bluepolka(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i? |
Date: | 2004-08-17 00:48:00 |
Message-ID: | 200408170048.i7H0m0J15603@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Ed L. wrote:
> On Monday August 16 2004 5:24, Ed L. wrote:
> > $make
> > ...<snip>...
> > cc -Ae +O2 -I../../../../src/include -D_XOPEN_SOURCE_EXTENDED -c -o
> > xlog.o xlog.c (Bundled) cc: warning 922: "-Ae" is unsupported in the
> > bundled compiler, ignored. (Bundled) cc: warning 922: "+O2" is
> > unsupported in the bundled compiler, ignored. Error 119:
> > "../../../../src/include/storage/s_lock.h", line 654 # #error PostgreSQL
> > does not have native spinlock support on this platform. To continue the
> > compilation, rerun configure using --disable-spinlocks. However,
> > performance will be poor. Please report this to
> > pgsql-bugs(at)postgresql(dot)org(dot)
> > #error PostgreSQL does not have native spinlock support on this p
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> > Error 22: "../../../../src/include/storage/s_lock.h", line 711 # Syntax
> > error. extern int tas(volatile slock_t *lock); /* in
> > port/.../tas.s, or ^
> > ...<snip>...
>
>
> And I do see the --disable-spinlocks option, but was hoping for the build
> with the "good" performance!
Yep, it is the missing ia64 spinlock code. We have a gcc version but
obviously not one for your compiler, HP native cc. We need someone to
supply us one. If you can find an assembler guy, have them look at our
gcc version and see they can send us a patch.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Glen Parker | 2004-08-17 01:08:13 | Re: pg_clog and pg_xlog empty, postgresql refuses to start |
Previous Message | Tom Lane | 2004-08-17 00:44:42 | Re: pg_clog and pg_xlog empty, postgresql refuses to start |