Assertion failure in new outer/semi/anti join code - Mailing list pgsql-hackers

From Gregory Stark
Subject Assertion failure in new outer/semi/anti join code
Date
Msg-id 87prk813fi.fsf@oxford.xeocode.com
Whole thread Raw
Responses Re: Assertion failure in new outer/semi/anti join code  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
The following query causes an assertion failure on CVS head:

SELECT * FROM (SELECT 1 AS i) AS a WHERE NOT EXISTS (SELECT 1 WHERE 1 <> i);

TRAP: FailedAssertion("!(!bms_is_empty(min_righthand))", File: "initsplan.c", Line: 685)

Looks like it's assuming there's at least one relation on each side of the
join. Incidentally originally triggered with a VALUES clause but I think by
the point the code runs that distinction is long gone.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Ask me about EnterpriseDB's Slony Replication
support!


pgsql-hackers by date:

Previous
From: ohp@pyrenet.fr
Date:
Subject: Re: cvs head initdb hangs on unixware
Next
From: tmp
Date:
Subject: Optimizing DISTINCT with LIMIT