Re: [PERFORM] Sun performance - Major discovery!

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [PERFORM] Sun performance - Major discovery!
Дата
Msg-id Pine.LNX.4.44.0310141708040.22628-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: [PERFORM] Sun performance - Major discovery!  (Marko Karppinen <marko@karppinen.fi>)
Список pgsql-hackers
Marko Karppinen writes:

> GCC sets __FAST_MATH__ even if you counter a -ffast-math with the
> negating flags above. This means that it is not currently possible to
> use the -fast flag when compiling PostgreSQL at all. Instead, you have
> to go through all the flags Apple is setting and only pass on those
> that don't break pg.

That sounds perfectly reasonable to me.  Why should we develop elaborate
workarounds for compiler flags that are known to create broken code?  I
also want to point out that I'm getting kind of tired of developing more
and more workarounds for sloppy Apple engineering.

--
Peter Eisentraut   peter_e@gmx.net


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CREATE USER bug
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Heading to final release