【资源池化多机并行bugfix】
1.修复spqplugin&dolphin编译冲突 2.解决orca memory leak 3.Q8数据不一致问题解决
This commit is contained in:
committed by
quemingjian (C)
parent
ea7ff3627b
commit
656e011efd
@ -217,4 +217,9 @@ extern bool queryIsReadOnly(Query* query);
|
||||
|
||||
typedef PlannedStmt* (*plannerFunc)(Query* parse, int cursorOptions, ParamListInfo boundParams);
|
||||
|
||||
#ifdef USE_SPQ
|
||||
extern List* spq_get_distributekey_from_tlist(
|
||||
PlannerInfo* root, List* tlist, List* groupcls, double rows, double* result_multiple, void* skew_info = NULL);
|
||||
#endif
|
||||
|
||||
#endif /* PLANNER_H */
|
||||
|
||||
Reference in New Issue
Block a user