Re: PostgreSQL 7.3.3 and Intel C compiler

From: "Mendola Gaetano" <mendola(at)bigfoot(dot)com>
To: Hans-Jürgen Schönig <hs(at)cybertec(dot)at>, <pgsql-hackers(at)postgresql(dot)org>, <peter_e(at)gmx(dot)net>
Subject: Re: PostgreSQL 7.3.3 and Intel C compiler
Date: 2003-07-06 02:48:49
Message-ID: 001901c34369$20df7b90$10d4a8c0@mm.eutelsat.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Hans-Jürgen Schönig" <hs(at)cybertec(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergey 2003-07-06 03:25:15 Re: PostgreSQL 7.3.3 and Intel C compiler
Previous Message Tom Lane 2003-07-06 01:51:16 Re: vacuum does not reclaim rows