Re: PostgreSQL 7.3.3 and Intel C compiler
Gaetano Mendola <mendola@bigfoot.com>
From: "Mendola Gaetano" <mendola@bigfoot.com>
To: Hans-Jürgen Schönig <hs@cybertec.at>, <pgsql-hackers@postgresql.org>, <peter_e@gmx.net>
Date: 2003-07-06T02:48:49Z
Lists: 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