pgsql: Remove float8-small-is-zero regression test variant.

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove float8-small-is-zero regression test variant.
Date: 2019-02-16 23:24:42
Message-ID: E1gv9K6-0006Pn-84@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove float8-small-is-zero regression test variant.

Since this was also the variant used as an example in the docs, update
the docs to use float4-misrounded-input as an example instead, since
that is now the only remaining variant file.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6ee89952d4e944b5c9c26181d418395b2f5d5fd8

Modified Files
--------------
doc/src/sgml/regress.sgml | 19 +-
src/test/regress/expected/float8-small-is-zero.out | 1070 --------------------
2 files changed, 9 insertions(+), 1080 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-02-16 23:30:01 pgsql: Suppress another case of MSVC warning 4146.
Previous Message Tom Lane 2019-02-16 21:42:16 Re: pgsql: Import changes from IMath versions (1.3, 1.29].