!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

@ -381,6 +381,8 @@ typedef struct Plan {
#ifdef USE_SPQ
bool spq_scan_partial;
#endif
int cursor_expr_level;
int cursor_owner_node_id;
} Plan;
typedef struct NdpScanCondition { // for each scan node