Re: [HACKERS] Re: Call for port testing on fmgr changes --Results! - Mailing list pgsql-ports

From Thomas Lockhart
Subject Re: [HACKERS] Re: Call for port testing on fmgr changes --Results!
Date
Msg-id 395757F1.C2079910@alumni.caltech.edu
Whole thread Raw
List pgsql-ports
> I noticed the other day that the geometry output differs with the
> compiler optimization level. That can't be good.

It depends where the differences are. If they are just in the last few
decimal places, then it should be OK (though annoying for regression
test support).

With higher optimizations, they may be doing more inlining and using
different code sequences for, for example, the transcendental functions.

                     - Thomas

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Re: Call for port testing on fmgr changes -- Results!
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [HACKERS] .exe extension on Windows