!5932 修复游标表达式+并行游标的若干问题
Merge pull request !5932 from chenxiaobin/fixSmpNotReset
This commit is contained in:
@ -39,6 +39,6 @@ extern bool IsQuerySWCBRewrite(Query *query);
|
||||
extern bool IsSWCBRewriteRTE(RangeTblEntry *rte);
|
||||
extern Datum GetTypeZeroValue(Form_pg_attribute att_tup);
|
||||
typedef Datum (*getTypeZeroValueFunc)(Form_pg_attribute att_tup);
|
||||
extern PlannedStmt* getCursorStreamFromFuncArg(FuncExpr* funcexpr);
|
||||
extern PlannedStmt* getCursorStreamFromFuncArg(FuncExpr* funcexpr, CursorExpression** ce = NULL);
|
||||
|
||||
#endif /* PARSE_EXPR_H */
|
||||
|
||||
Reference in New Issue
Block a user