【资源池化多机并行bugfix】
1.修复spqplugin&dolphin编译冲突 2.解决orca memory leak 3.Q8数据不一致问题解决
This commit is contained in:
committed by
quemingjian (C)
parent
ea7ff3627b
commit
656e011efd
@ -83,4 +83,7 @@ extern Node* coerce_to_target_charset(Node* expr, int target_charset, Oid target
|
||||
extern Node *transferConstToAconst(Node *node);
|
||||
|
||||
extern Const* setValueToConstExpr(SetVariableExpr* set);
|
||||
#ifdef USE_SPQ
|
||||
extern bool get_cast_func(Oid oidSrc, Oid oidDest, bool *is_binary_coercible, Oid *oidCastFunc, CoercionPathType *pathtype);
|
||||
#endif
|
||||
#endif /* PARSE_COERCE_H */
|
||||
|
||||
Reference in New Issue
Block a user