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

From Andrew Gierth
Subject pgsql: Remove float8-small-is-zero regression test variant.
Date
Msg-id E1gv9K6-0006Pn-84@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Import changes from IMath versions (1.3, 1.29].
Next
From: Noah Misch
Date:
Subject: pgsql: Suppress another case of MSVC warning 4146.