!5932 修复游标表达式+并行游标的若干问题

Merge pull request !5932 from chenxiaobin/fixSmpNotReset
This commit is contained in:
opengauss_bot
2024-08-06 11:18:42 +00:00
committed by Gitee
23 changed files with 501 additions and 87 deletions

View File

@ -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 */