]> granicus.if.org Git - postgresql/commit
Remove a stray subnormal value from float tests.
authorAndrew Gierth <rhodiumtoad@postgresql.org>
Wed, 13 Feb 2019 20:38:54 +0000 (20:38 +0000)
committerAndrew Gierth <rhodiumtoad@postgresql.org>
Wed, 13 Feb 2019 20:42:57 +0000 (20:42 +0000)
commit80c468b4a454881b56e1c73c6fedcb2978c5b415
treea69904bde4bde7d7cb752ed030cecd10f44ecc52
parentd0b4663c23b7a6ae6f489c4d7a2f58f879914959
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.
src/test/regress/expected/float4-misrounded-input.out
src/test/regress/expected/float4.out
src/test/regress/sql/float4.sql