pgsql: Remove a stray subnormal value from float tests. - Mailing list pgsql-committers

From Andrew Gierth
Subject pgsql: Remove a stray subnormal value from float tests.
Date
Msg-id E1gu1OI-0007YR-70@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Add -mpopcnt to all compiles of pg_bitutils.c
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Change floating-point output format for improvedperformance.