Fix variant float8 expected files to have exactly the expected spacing.

This wasn't important when we used diff's -w (--ignore-all-space) option
to compare regression result files, but it is now.  Per buildfarm member
canary, which evidently has been offline since we did that in November,
but came to life again today.
This commit is contained in:
Tom Lane 2010-07-08 15:15:05 +00:00
parent 44b0d1671a
commit 7b81782be3
2 changed files with 4 additions and 4 deletions

View File

@ -19,13 +19,13 @@ LINE 1: SELECT '-10e400'::float8;
SELECT '10e-400'::float8;
float8
--------
0
0
(1 row)
SELECT '-10e-400'::float8;
float8
--------
-0
-0
(1 row)
-- bad input

View File

@ -19,13 +19,13 @@ LINE 1: SELECT '-10e400'::float8;
SELECT '10e-400'::float8;
float8
--------
0
0
(1 row)
SELECT '-10e-400'::float8;
float8
--------
0
0
(1 row)
-- bad input