!5932 修复游标表达式+并行游标的若干问题
Merge pull request !5932 from chenxiaobin/fixSmpNotReset
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user