Thread: pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary

pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary

From
neilc@postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Tweak the width_bucket() regression tests to avoid an unnecessary
dependency on the platform's floating point implementation. Per
report from Stefan Kaltenbrunner.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        numeric.out (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/numeric.out.diff?r1=1.20&r2=1.21)
    pgsql/src/test/regress/sql:
        numeric.sql (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/numeric.sql.diff?r1=1.13&r2=1.14)