Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915) - Mailing list pgsql-bugs

From Stefan Kaltenbrunner
Subject Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915)
Date
Msg-id 4A01C444.1040205@kaltenbrunner.cc
Whole thread Raw
In response to Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915)
List pgsql-bugs
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
>> Tom Lane wrote:
>>> Thank you for the report, but I do not see any problem when trying the
>>> test case here.  Do you have any nondefault planner parameter settings?
>
>> hmm weird - the testcase crashes for me as well on 8.4B1:
>
> I was trying it on HEAD ... but I don't see any post-beta1 changes
> in the cvs log that look like they might have fixed this ...

confirmed - it does not crash on -HEAD for me as well but the plan
generated by EXPLAIN looks kinda funny:

                 QUERY PLAN
------------------------------------------
  Result  (cost=0.00..0.01 rows=1 width=0)
    One-Time Filter: false
(2 rows)


Stefan

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915)
Next
From: Tom Lane
Date:
Subject: Re: Bug (8.4beta): FailedAssertion("!(bms_is_subset(relids, qualscope))", File: "initsplan.c", Line: 915)