Re: seg regression failures

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: seg regression failures
Date: 2007-03-23 15:25:52
Message-ID: 4603F180.4070707@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Magnus Hagander wrote:
> contrib/seg fails regression tests on my msvc build (reason Ididn't notice
> earlier is probably that you couldn't run contribcheck on the vcbuild).
> regression.diff attached.
>
> Anybody see a smoking gun? I don't really know what seg is supposed to be
> doing, so I don't know where to start.
>
> (had to send this to -patches, because -hackers denied the attachment..)
>
>
[snip]

I think I would have put the diff up somewhere on a web site, although i
guess this way we have a record of it.

Anyway, I think you probably need to load up the old debugger and put a
break point in the overlap function ... surely the error can't be in
float4in or else we'd have seen other regression problems.

cheers

andrew

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-03-23 16:11:14 Re: seg regression failures
Previous Message Gregory Stark 2007-03-23 12:06:51 Re: LIMIT/SORT optimization