pgsql: Fix variant float8 expected files to have exactly the expected

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix variant float8 expected files to have exactly the expected
Date: 2010-07-08 15:15:06
Message-ID: 20100708151506.0AD127541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/test/regress/expected:
float8-small-is-zero.out (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/float8-small-is-zero.out?r1=1.14&r2=1.15)
float8-small-is-zero_1.out (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/float8-small-is-zero_1.out?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-07-08 15:33:56 Re: pgsql: Add support for TCP keepalives on Windows, both for backend and
Previous Message Magnus Hagander 2010-07-08 15:11:50 Re: pgsql: Add support for TCP keepalives on Windows, both for backend and