yjhjstz commented on code in PR #1152:
URL: https://github.com/apache/cloudberry/pull/1152#discussion_r2157256759
##########
src/backend/access/transam/xact.c:
##########
@@ -6880,8 +6884,8 @@ XactLogCommitRecord(TimestampTz commit_time,
xl_xact_distrib xl_distrib;
xl_xact_deldbs xl_deldbs;
XLogRecPtr recptr;
- bool isOnePhaseQE = (Gp_role == GP_ROLE_EXECUTE &&
MyTmGxactLocal->isOnePhaseCommit);
bool isDtxPrepared = isPreparedDtxTransaction();
+ DistributedTransactionId distrib_xid = getDistributedTransactionId();
Review Comment:
maybe we can optimize wal to counteract this influence.
--
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]