gfphoenix78 commented on code in PR #990:
URL: https://github.com/apache/cloudberry/pull/990#discussion_r2034234716


##########
src/backend/executor/nodeModifyTable.c:
##########
@@ -3654,6 +3709,70 @@ ExecEndModifyTable(ModifyTableState *node)
         * shut down subplan
         */
        ExecEndNode(outerPlanState(node));
+
+       /* Notify modified leaf relids to QD */
+       if (GP_ROLE_EXECUTE == Gp_role && node->has_leaf_changed)
+               notify_modified_relations_to_QD(node);

Review Comment:
   What's the behavior of modified status propagation in single-node or utility 
mode?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to