follow-up to previous build problem for 8.0.0beta5 on SPARC

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема follow-up to previous build problem for 8.0.0beta5 on SPARC
Дата
Msg-id 20041125002352.GA22748@it.is.rice.edu
обсуждение исходный текст
Список pgsql-hackers
The failure that I posted earlier for 8.0.0beta5 on Solaris 8/SPARC
with gcc-3.4.0 and -O3 can be worked around by disabling the interblock
scheduling. I used the following gcc options and 8.0.0beta5 built fine
on the SPARC Solaris 8 machine:

gcc -O3 -fno-sched-interblock ...

The Redhat 9 and Redhat Enterprise Linux worked with a plan -O3.
Note, all the previous 7.4.x versions built using a plain -O3 too
on SPARC/Solaris 8.

Ken Marshall


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

Предыдущее
От: "Gavin M. Roy"
Дата:
Сообщение: Re: Beta5 now Available
Следующее
От: Neil Conway
Дата:
Сообщение: Re: lwlocks and starvation