This is an automated email from the ASF dual-hosted git repository. yjhjstz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 195fbaf6978de5a86a382477bdae8998b51deacc Author: Xiaoran Wang <[email protected]> AuthorDate: Thu Dec 14 11:25:09 2023 +0800 Fix comment on 'performDtxProtocolPrepare' (#16846) --- src/backend/cdb/cdbtm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/cdb/cdbtm.c b/src/backend/cdb/cdbtm.c index e32d7060ea..f3cbf73f7b 100644 --- a/src/backend/cdb/cdbtm.c +++ b/src/backend/cdb/cdbtm.c @@ -2028,7 +2028,7 @@ sendDtxExplicitBegin(void) } /** - * On the QD, run the Prepare operation. + * On the QE, run the Prepare operation. */ static void performDtxProtocolPrepare(const char *gid) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
