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