Fix variant float8 expected files to have exactly the expected spacing.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Jul 2010 15:15:05 +0000 (15:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 Jul 2010 15:15:05 +0000 (15:15 +0000)
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.

src/test/regress/expected/float8-small-is-zero.out
src/test/regress/expected/float8-small-is-zero_1.out

index 3037892ffe62f0c218b610a056f9334a14451e23..6bddbc92907b80cffdd538a460c510f30b4d7f6d 100644 (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
index c48bb538c4c73f637877fffc6810b802c4e9e5ec..f48d280845b6c926e04803218f330deba13b85ab 100644 (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