mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Clean up problems with sublinks + grouping in planner. Not
sure if they are all fixed, because rewriter is now the stumbling block, but at least some cases work that did not work before.
This commit is contained in:
@@ -8,10 +8,9 @@
|
||||
#define SUBSELECT_H
|
||||
|
||||
extern int PlannerQueryLevel; /* level of current query */
|
||||
extern List *PlannerVarParam; /* correlation Vars to Param mapper */
|
||||
extern List *PlannerParamVar; /* to get Var from Param->paramid */
|
||||
extern List *PlannerInitPlan; /* init subplans for current query */
|
||||
extern int PlannerPlanId; /* to assigne unique ID to subquery plans */
|
||||
extern List *PlannerParamVar; /* to get Var from Param->paramid */
|
||||
extern int PlannerPlanId; /* to assign unique ID to subquery plans */
|
||||
|
||||
extern List *SS_finalize_plan(Plan *plan);
|
||||
extern Node *SS_replace_correlation_vars(Node *expr);
|
||||
|
||||
Reference in New Issue
Block a user