Re: [HACKERS] HSavage bug in Postgresql beta? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] HSavage bug in Postgresql beta?
Date
Msg-id 8268.925223139@sss.pgh.pa.us
Whole thread Raw
In response to HSavage bug in Postgresql beta?  (Chris Bitmead <chris.bitmead@bigfoot.com>)
List pgsql-hackers
Chris Bitmead <chris.bitmead@bigfoot.com> writes:
> SELECT story.approved, story.oid FROM story, webuser, category* WHERE
> story.webuser = webuser.oid AND story.category = category.oid and
> approved;
> [ fails to find tuples it should find ]

Youch.  I could not duplicate that here on a toy example, which may
mean there is a recently-fixed bug, or it may just mean that there
are additional conditions required to trigger the bug.

What does EXPLAIN say about the plans used for the two queries?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Oleg Broytmann
Date:
Subject: Re: [HACKERS] RE: Mysql comparison
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] numeric data type on 6.5