Re: join regression failure on cygwin

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To:
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: join regression failure on cygwin
Date: 2009-07-23 02:02:34
Message-ID: 4A67C4BA.90505@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
>
> My Cygwin buildfarm member started failing (hanging, in fact)
> recently. It seems to hang consistently in join.sql and the only way I
> can get it to complete is to kill the backend fairly violently. See
> <http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=brown_bat&dt=2009-07-22%2023:10:21>
> It looks like this is the result of the semi-join ordering bug fix Tom
> applied a few days ago, but it is building and running 8.4 quite
> happily, and I think that branch got the same changes, so I'm not
> quite sure about it.
>
> I'm going to try reversing that change locally to see if it fixes the
> problem. Unfortunately, this isn't an easy platform to debug.
>
>

Nope, it wasn't that. So my next candidate is the prior
join_is_legal/GEQO changes. But reverting that would get rid of the new
regression test where we seem to be failing, so I'm not quite sure where
to go on it.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-07-23 02:11:00 Re: [PATCH] Psql List Languages
Previous Message Greg Smith 2009-07-23 01:57:54 Re: Upgrading our minimum required flex version for 8.5