onder_planner_tmp
Onder Kalaci 2021-10-12 12:34:20 +02:00
parent a8348047c5
commit 4e85982f7d
1 changed files with 0 additions and 10 deletions

View File

@ -183,16 +183,6 @@ ShouldUseSubqueryPushDown(Query *originalQuery, Query *rewrittenQuery,
return true; return true;
} }
/*
* Some unsupported join clauses in logical planner
* may be supported by subquery pushdown planner.
*/
List *qualifierList = QualifierList(rewrittenQuery->jointree);
if (DeferErrorIfUnsupportedClause(qualifierList) != NULL)
{
return true;
}
/* check if the query has a window function and it is safe to pushdown */ /* check if the query has a window function and it is safe to pushdown */
if (originalQuery->hasWindowFuncs && if (originalQuery->hasWindowFuncs &&
SafeToPushdownWindowFunction(originalQuery, NULL)) SafeToPushdownWindowFunction(originalQuery, NULL))