Re: Is there a bug in PostgreSQL ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ptufenkji(at)usj(dot)edu(dot)lb
Cc: "'Richard Huxton'" <dev(at)archonet(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Is there a bug in PostgreSQL ?
Date: 2008-12-11 14:40:07
Message-ID: 6694.1229006407@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Pascal Tufenkji" <ptufenkji(at)usj(dot)edu(dot)lb> writes:
> Actually I'm using PostgreSQL 8.2.4

Well, in that case the answer to $SUBJECT is "Yes". Please update to
something reasonably current --- at least 8.2.7, which contains the most
recent fix for join planning logic according to a quick scan of the
CVS logs. (8.2.11 is the most recent release in that branch.)

If you can still reproduce the problem on 8.2.latest then it would be
worth investigating further; but right at the moment I think it's a
good bet that this is the same as one of the already-identified bugs
in outer join planning.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Corey Horton 2008-12-13 05:03:12 array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3
Previous Message Pascal Tufenkji 2008-12-11 09:57:36 Re: Is there a bug in PostgreSQL ?