Re: possible bug in 8.4 - Mailing list pgsql-hackers

From Grzegorz Jaskiewicz
Subject Re: possible bug in 8.4
Date
Msg-id CCFD1996-3933-4F8B-A3CE-1E9881DEDAA7@pointblue.com.pl
Whole thread Raw
In response to Re: possible bug in 8.4  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
List pgsql-hackers
and the plan on 8.4:
gj=# explain select a.a from a where a not in (select a from b);                               QUERY PLAN
------------------------------------------------------------------------- Seq Scan on a
(cost=99035.00..257874197565.00rows=3000000 width=4)   Filter: (NOT (subplan))   SubPlan     ->  Materialize
(cost=99035.00..171493.00rows=5400000 width=4)           ->  Seq Scan on b  (cost=0.00..75177.00 rows=5400000  
 
width=4)
(5 rows)

This looks like a regression to me, or am I wrong ?



pgsql-hackers by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: Review: B-Tree emulation for GIN
Next
From: Simon Riggs
Date:
Subject: Re: Hot standby and b-tree killed items