Обсуждение: pgsql: Fix variant float8 expected files to have exactly the expected

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)