Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i? - Mailing list pgsql-general

From Tom Lane
Subject Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?
Date
Msg-id 18727.1092699881@sss.pgh.pa.us
Whole thread Raw
In response to Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?  ("Ed L." <pgsql@bluepolka.net>)
Responses Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?  ("Ed L." <pgsql@bluepolka.net>)
List pgsql-general
"Ed L." <pgsql@bluepolka.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

pgsql-general by date:

Previous
From: David Mitchell
Date:
Subject: pg_dumpall outputs incorrect sql
Next
From: Tom Lane
Date:
Subject: Re: pg_dumpall outputs incorrect sql