yjhjstz commented on code in PR #995:
URL: https://github.com/apache/cloudberry/pull/995#discussion_r2001579530
##########
src/backend/access/transam/xact.c:
##########
@@ -2785,6 +2786,8 @@ CommitTransaction(void)
if (Gp_role == GP_ROLE_EXECUTE && !Gp_is_writer)
elog(DEBUG1,"CommitTransaction: called as segment Reader");
+ system_relation_modified = false;
Review Comment:
what about sub transcation ? savepoint
--
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]