Re: Strange left join problems in 8.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mario Weilguni" <mario(dot)weilguni(at)icomedias(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Strange left join problems in 8.1
Date: 2005-12-03 16:53:55
Message-ID: 677.1133628835@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Mario Weilguni" <mario(dot)weilguni(at)icomedias(dot)com> writes:
> It seems like the planner is pulling the last where condition into the
> second left join, evaluating it in wrong order.

Can you try this on 8.1 branch tip? It sounds suspiciously similar to
an already-fixed issue (see reports from Sebastian Bck around
mid-November). You haven't provided a complete test case so I really
can't investigate for myself ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-12-03 16:57:49 Re: Reducing relation locking overhead
Previous Message Tom Lane 2005-12-03 16:49:05 Re: Striping CLOG and Subtrans