Thanks to visit codestin.com
Credit goes to postgrespro.com

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 [email protected]
Whole thread Raw
In response to PostgreSQL 7.3.3 and Intel C compiler  (Hans-Jürgen Schönig <[email protected]>)
List pgsql-hackers
"Hans-Jürgen Schönig" <[email protected]> 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.