select_into_fix

Offering: openGaussDev

More detail: fix the lost of targetlist data

Match-id-18da7d885125b5bbd6c1cbe3b1588751ca89f554
This commit is contained in:
yanghao
2023-03-13 22:11:15 +08:00
parent 6e299e79ae
commit 1c8f8d8153
12 changed files with 101 additions and 82 deletions

View File

@ -116,7 +116,7 @@ extern Node* eval_const_expressions_params(PlannerInfo* root, Node* node, ParamL
extern Node *eval_const_expression_value(PlannerInfo* root, Node* node, ParamListInfo boundParams);
extern Node* simplify_select_into_expression(Node* node, ParamListInfo boundParams);
extern Node* simplify_select_into_expression(Node* node, ParamListInfo boundParams, int *targetlist_len);
extern Node* estimate_expression_value(PlannerInfo* root, Node* node, EState* estate = NULL);