pgsql: Disable excessive FP optimization by recent versions of gcc.

Lists: pgsql-committers
From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Disable excessive FP optimization by recent versions of gcc.
Date: 2011-12-14 22:17:20
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Disable excessive FP optimization by recent versions of gcc.

Suggested solution from Tom Lane. Problem discovered, probably not
for the first time, while testing the mingw-w64 32 bit compiler.

Backpatched to all live branches.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/91a1e1489986533aee663de41382f9ba8f8e39d9

Modified Files
--------------
configure | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in | 2 ++
2 files changed, 56 insertions(+), 0 deletions(-)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Date: 2011-12-14 23:30:46
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Backpatched to all live branches.

> Branch
> ------
> REL8_2_STABLE

BTW, just to remind everybody: 8.2 is not live anymore.

(We probably ought to suggest to buildfarm owners that they shut down
that branch, too.)

regards, tom lane


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Date: 2011-12-14 23:37:32
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

On 12/14/2011 06:30 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)net> writes:
>> Backpatched to all live branches.
>> Branch
>> ------
>> REL8_2_STABLE
> BTW, just to remind everybody: 8.2 is not live anymore.
>
> (We probably ought to suggest to buildfarm owners that they shut down
> that branch, too.)
>
>

I thought it was live to the end of this month. Didn't previous
discussion say that we'd go to the end of the stated month?

cheers

andrew


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Date: 2011-12-14 23:46:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> On 12/14/2011 06:30 PM, Tom Lane wrote:
>> BTW, just to remind everybody: 8.2 is not live anymore.

> I thought it was live to the end of this month. Didn't previous
> discussion say that we'd go to the end of the stated month?

Well, when we decided to make a release in December, we decided that
was long enough for 8.2. I suggested that back here:
http://archives.postgresql.org/pgsql-hackers/2011-11/msg00578.php
and nobody complained, nor for the more official statement here:
http://archives.postgresql.org/pgsql-hackers/2011-11/msg01087.php
Also, all the public announcements about 8.2.23 have made it quite clear
that this was the end of the line for 8.2, eg here:
http://archives.postgresql.org/pgsql-announce/2011-12/msg00000.php

You can keep patching it if you want, but I've stopped.

regards, tom lane


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Date: 2011-12-15 00:17:43
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

On 12/14/2011 06:46 PM, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)net> writes:
>> On 12/14/2011 06:30 PM, Tom Lane wrote:
>>> BTW, just to remind everybody: 8.2 is not live anymore.
>> I thought it was live to the end of this month. Didn't previous
>> discussion say that we'd go to the end of the stated month?
> Well, when we decided to make a release in December, we decided that
> was long enough for 8.2. I suggested that back here:
> http://archives.postgresql.org/pgsql-hackers/2011-11/msg00578.php
> and nobody complained, nor for the more official statement here:
> http://archives.postgresql.org/pgsql-hackers/2011-11/msg01087.php
> Also, all the public announcements about 8.2.23 have made it quite clear
> that this was the end of the line for 8.2, eg here:
> http://archives.postgresql.org/pgsql-announce/2011-12/msg00000.php

Well, I was going by
<http://archives.postgresql.org/pgsql-hackers/2011-09/msg00952.php>,
which was less than 3 months ago.

But I'll stop now. :-)

cheers

andrew