Re: [COMMITTERS] pgsql: Implement width_bucket() for the

From: Neil Conway <neilc(at)samurai(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Implement width_bucket() for the
Date: 2007-01-17 16:23:10
Message-ID: 1169050990.5447.5.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Wed, 2007-01-17 at 08:51 +0100, Stefan Kaltenbrunner wrote:
> this seems to require an alternative regression output file on windows

Hmm, right. Easiest fix seems to be just removing the platform-dependent
output from the regression test, since it wasn't necessary -- committed
to CVS HEAD. (I placed the regression tests for the float8 version of
width_bucket() in numeric.sql to keep them close to the tests for the
numeric version of width_bucket(). Push come to shove, I can always move
the former over to float8.sql and then add platform-dependent output as
necessary.)

> curiously it seems that these boxes boxes fail the stats test too

Seems an unrelated problem, I think.

-Neil

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-17 16:25:01 pgsql: Extend yesterday's patch so that the bgwriter is also told to
Previous Message Neil Conway 2007-01-17 16:19:08 pgsql: Tweak the width_bucket() regression tests to avoid an unnecessary

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2007-01-17 16:24:36 Re: fixing Makefile.shlib for solaris/gcc with -m64 flag
Previous Message Tom Lane 2007-01-17 16:12:53 Re: fixing Makefile.shlib for solaris/gcc with -m64 flag