pgsql: Further adjust the tests for the hyperbolic functions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Further adjust the tests for the hyperbolic functions.
Date
Msg-id E1h5FK2-00078m-91@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Further adjust the tests for the hyperbolic functions.

It looks like we can leave in most of the test cases for Infinity/NaN
inputs, but buildfarm member jacana gets the wrong answer for acosh(Inf).
It's not worth carrying a variant expected file for that, so just disable
that one test.

Discussion: https://postgr.es/m/E1h3nUY-0000sM-Vf@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c43ecdee0fff529ca47a90aea0a6954690af045c

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


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Partial implementation of SQL/JSON path language
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove another unnecessary application_name specification intes