【资源池化多机并行bugfix】

1.修复spqplugin&dolphin编译冲突
2.解决orca memory leak
3.Q8数据不一致问题解决
This commit is contained in:
Mijamind
2023-10-17 14:31:14 +08:00
committed by quemingjian (C)
parent ea7ff3627b
commit 656e011efd
11 changed files with 141 additions and 15 deletions

View File

@ -249,4 +249,9 @@ extern void ConstructSliceBoundary(ExecNodes* en);
extern Expr* pgxc_find_distcol_expr(void* query, Index varno, AttrNumber attrNum, Node* quals);
extern bool IsFunctionShippable(Oid foid);
#ifdef USE_SPQ
extern bool IsSpqTypeDistributable(Oid colType);
#endif
#endif /* LOCATOR_H */