Re: PostgreSQL 7.3.3 and Intel C compiler

Поиск
Список
Период
Сортировка
От Mendola Gaetano
Тема Re: PostgreSQL 7.3.3 and Intel C compiler
Дата
Msg-id 001901c34369$20df7b90$10d4a8c0@mm.eutelsat.org
обсуждение исходный текст
Ответ на PostgreSQL 7.3.3 and Intel C compiler  (Hans-Jürgen Schönig <hs@cybertec.at>)
Список pgsql-hackers
"Hans-Jürgen Schönig" <hs@cybertec.at> wrote:
> We have used Peter's fix which makes it possible to compile PostgreSQL
> with Intel's C compiler. PostgreSQL built nicely (just some nasty
> warnings). We have tries to run our benchmark (mostly simple statements
> and cursor work) on this version of PostgreSQL but the database cluster
> corrupted almost instantly.

Did you compile it with -O3 optimization ?
If it this the case try with -O2, some times the -O3 optimization generate
inconsistent code.


Regards
Gaetano Mendola




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: vacuum does not reclaim rows
Следующее
От: Richard Schilling
Дата:
Сообщение: Re: Need help for our thesis.