Make float exponent output on Windows look the same as elsewhere.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f1885386f6246ac7b6f8d3f0aef247988f48ee7a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-10-12T15:14:27Z
Releases: 12.0
Make float exponent output on Windows look the same as elsewhere.

Windows, alone among our supported platforms, likes to emit three-digit
exponent fields even when two digits would do.  Adjust such results to
look like the way everyone else does it.  Eliminate a bunch of variant
expected-output files that were needed only because of this quirk.

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

Files

Discussion