]> granicus.if.org Git - postgresql/commit
Remove no-longer-needed variant expected regression result files.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Oct 2018 15:31:30 +0000 (11:31 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Oct 2018 15:31:30 +0000 (11:31 -0400)
commit6eb4378d53b58658c91e4a31d2511a15e6fbf088
tree4d4e4ed0531848a9b363526a07dd98415e5deb25
parentaed9fa0bd8973fd967724003e641a5b7054d6a80
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
src/test/regress/expected/float8-small-is-zero_1.out [deleted file]
src/test/regress/expected/numerology_1.out [deleted file]