pgsql: Revert "Test conversion of NaN between float4 and float8."

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Test conversion of NaN between float4 and float8."
Date: 2018-05-05 17:25:58
Message-ID: E1fF0wY-0002Ak-Pw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Test conversion of NaN between float4 and float8."

This reverts commit 55e0e458170c76c1a0074cd550a13ec47e38a3fa.
It's served its purpose of demonstrating what was wrong on
buildfarm member opossum. We could consider putting some kind
of single-purpose hack into ftod() to make the test pass there;
but I don't think it's worth the trouble, since there are surely
many other places whether this platform bug could manifest.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5c4c771dafefa7d0ee80a6bd6955b7a3940452a1

Modified Files
--------------
src/test/regress/expected/float4-exp-three-digits.out | 12 ------------
src/test/regress/expected/float4.out | 12 ------------
src/test/regress/sql/float4.sql | 2 --
3 files changed, 26 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-05 17:27:35 Re: pgsql: Test conversion of NaN between float4 and float8.
Previous Message Peter Eisentraut 2018-05-05 15:18:03 pgsql: Remove extra newlines after PQerrorMessage()