pgsql: Remove a stray subnormal value from float tests.

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove a stray subnormal value from float tests.
Date: 2019-02-13 20:44:22
Message-ID: E1gu1OI-0007YR-70@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove a stray subnormal value from float tests.

We don't care to assume that input of subnormal float values works,
but a stray subnormal value from the upstream Ryu regression test had
been left in the test data by mistake. Remove it.

Per buildfarm member fulmar.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80c468b4a454881b56e1c73c6fedcb2978c5b415

Modified Files
--------------
src/test/regress/expected/float4-misrounded-input.out | 4 +---
src/test/regress/expected/float4.out | 4 +---
src/test/regress/sql/float4.sql | 1 -
3 files changed, 2 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-02-13 20:47:47 Re: pgsql: Change floating-point output format for improved performance.
Previous Message Alvaro Herrera 2019-02-13 20:39:44 pgsql: Add -mpopcnt to all compiles of pg_bitutils.c