View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 09:48 AM
Heikki Linnakangas
 
Posts: n/a
Default Re: Passing more context info to selectivity-estimationcode

Tom Lane wrote:
> Comments, better ideas?


How about building a separate Var-node for the variable when it's above
an outer join? That node would point to the original Var, and have an
additional modifier which indicates the percentage of injected nulls.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote