Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?

From: Tom Lane <tgl(at)sss(dot)pgh(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-16 23:44:41
Message-ID: 18727.1092699881@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ed L." <pgsql(at)bluepolka(dot)net> writes:
> 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.

You should hardly be worrying about spinlock performance when you are
using that toy non-optimizing compiler. Get a real compiler --- either
gcc or HP's extra-money compiler ...

Aside from being free, gcc has the advantage that the spinlock code
should work out-of-the-box. I don't think anyone's built a solution
for HP's compiler on IA64 yet.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-08-17 00:07:00 Re: pg_dumpall outputs incorrect sql
Previous Message David Mitchell 2004-08-16 23:42:39 pg_dumpall outputs incorrect sql