Re: Parameterized aggregate subquery - Mailing list pgsql-hackers

From Yeb Havinga
Subject Re: Parameterized aggregate subquery
Date
Msg-id 4E0C2DCA.7090402@gmail.com
Whole thread Raw
In response to Re: Parameterized aggregate subquery (was: Pull up aggregate subquery)  (Yeb Havinga <yebhavinga@gmail.com>)
List pgsql-hackers
On 2011-06-30 09:39, Yeb Havinga wrote:
>
> 9) as remarked up a different thread, more than one clause could be 
> pushed down a subquery. The current patch only considers alternative 
> paths that have at most one clause pushed down. Is this because of the 
> call site of best_inner_subqueryscan, i.e. under one join rel? Would 
> it be an idea to consider, for each subquery, only a single 
> alternative plan that tries to have all suitable clauses pushed down?

Ehm, please forget this remark, I've mistaken join rel for base rel.

-- Yeb



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Latch implementation that wakes on postmaster death on both win32 and Unix
Next
From: Radosław Smogura
Date:
Subject: Re: Review of patch Bugfix for XPATH() if expression returns a scalar value