]> granicus.if.org Git - postgresql/commit
Get rid of minus zero in box regression test.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Apr 2016 16:25:17 +0000 (12:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 1 Apr 2016 16:25:17 +0000 (12:25 -0400)
commita067b50470cf7fda77dd28b03519f2483c2322bf
tree9cfc754c648d57da985aff45558d0cd836632ee4
parent2306696004dc6b9259a45e76522c01d6ee5d2ee7
Get rid of minus zero in box regression test.

Commit acdf2a8b added a test case involving minus zero as a box endpoint.
This is not very portable, as evidenced by the several older buildfarm
members that are failing on the test because they print minus zero as
just "0".  If there were any significant reason to test this behavior,
we could consider carrying a separate expected-file; but it doesn't look
to me like there's adequate justification to accept such a maintenance
burden.  Just change the test to use plain zero, instead.
src/test/regress/expected/box.out
src/test/regress/sql/box.sql