Re: PostgreSQL 7.3.3 and Intel C compiler - Mailing list pgsql-hackers

From Mendola Gaetano
Subject Re: PostgreSQL 7.3.3 and Intel C compiler
Date
Msg-id 001901c34369$20df7b90$10d4a8c0@mm.eutelsat.org
Whole thread Raw
In response to PostgreSQL 7.3.3 and Intel C compiler  (Hans-Jürgen Schönig <hs@cybertec.at>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: vacuum does not reclaim rows
Next
From: Richard Schilling
Date:
Subject: Re: Need help for our thesis.