pgsql: Remove no-longer-needed variant expected regression result files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove no-longer-needed variant expected regression result files
Date: 2018-10-09 15:31:46
Message-ID: E1g9tz8-0000my-Qg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove no-longer-needed variant expected regression result files.

numerology_1.out and float8-small-is-zero_1.out differ from their
base files only in showing plain zero rather than minus zero for
some results. I believe that in the wake of commit 6eb3eb577,
we will print minus zero as such on all IEEE-float platforms
(and non-IEEE floats are going to cause many more regression diffs
than this, anyway). Hence we should be able to remove these and
eliminate a bit of maintenance pain. Let's see if the buildfarm
agrees.

Discussion: https://postgr.es/m/29037.1539021687@sss.pgh.pa.us

Branch
------
master

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

Modified Files
--------------
.../regress/expected/float8-small-is-zero_1.out | 584 ---------------------
src/test/regress/expected/numerology_1.out | 136 -----
2 files changed, 720 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Greg Stark 2018-10-09 15:55:10 pgsql: Add "B" suffix for bytes to docs
Previous Message Tom Lane 2018-10-09 15:10:14 pgsql: Select appropriate PG_PRINTF_ATTRIBUTE for recent NetBSD.