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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?
Дата
Msg-id 18727.1092699881@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?  ("Ed L." <pgsql@bluepolka.net>)
Ответы Re: Pgsql 7.3/7.4/8.0 on IA64 HP-UX 11i?  ("Ed L." <pgsql@bluepolka.net>)
Список 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 по дате отправления:

Предыдущее
От: David Mitchell
Дата:
Сообщение: pg_dumpall outputs incorrect sql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dumpall outputs incorrect sql