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

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary
Date: 2007-01-17 16:19:08
Message-ID: 20070117161908.4B10D9FA6B5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-01-17 16:23:10 Re: [COMMITTERS] pgsql: Implement width_bucket() for the
Previous Message User Okbob 2007-01-17 07:55:16 plpsm - plpgpsm: regress test