pgsql: Further adjust the tests for the hyperbolic functions.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further adjust the tests for the hyperbolic functions.
Date: 2019-03-16 19:50:22
Message-ID: E1h5FK2-00078m-91@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-03-16 19:51:37 Re: pgsql: Add support for hyperbolic functions, as well as log10().
Previous Message Alexander Korotkov 2019-03-16 17:28:01 Re: pgsql: Partial implementation of SQL/JSON path language