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

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

Neil Conway wrote:
> 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.

yeah - looks like it's the autovacuum change - snake is now passing the
numeric-test but still fails the stats one ...

Stefan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2007-01-17 20:15:16 plpsm - plpgpsm: more regress test eVS:
Previous Message Tom Lane 2007-01-17 17:25:52 pgsql: Add a note pointing out that is_pseudo_constant_clause() doesn't

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-01-17 19:32:35 Re: Idea for fixing the Windows fsync problem
Previous Message Merlin Moncure 2007-01-17 18:50:59 Re: [PATCHES] pg_standby