fanfuxiaoran commented on code in PR #1152: URL: https://github.com/apache/cloudberry/pull/1152#discussion_r2157892604
########## 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: Yes. I'm thinking about to add a job to run installcheck-hot-standby in pipeline? @edespino Could you help to add it? -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org