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: | [email protected] |
Views: | Whole Thread | Raw Message | 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
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(-)
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 |