This is an automated email from the ASF dual-hosted git repository. maxyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 37c0b696a63568ec98bd89b38faa531e33772b0e Author: Yongtao Huang <[email protected]> AuthorDate: Sun Jun 18 11:06:02 2023 +0800 Update comment of createMotionLayerState() (#15800) Function `setExpectedReceivers()` is replaced by `UpdateMotionExpectedReceivers()` in this commit https://github.com/greenplum-db/gpdb/commit/b0353e0ad5 Update the comment. Signed-off-by: Yongtao Huang <[email protected]> --- src/backend/cdb/motion/cdbmotion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/cdb/motion/cdbmotion.c b/src/backend/cdb/motion/cdbmotion.c index 59e1cf80c0..dae5115926 100644 --- a/src/backend/cdb/motion/cdbmotion.c +++ b/src/backend/cdb/motion/cdbmotion.c @@ -222,7 +222,7 @@ createMotionLayerState(int maxMotNodeID) /* * we'll just set this to 0. later, ml_ipc will call - * setExpectedReceivers() to set this if we are a "Receiving" motion node. + * UpdateMotionExpectedReceivers() to set this if we are a "Receiving" motion node. */ pEntry->num_senders = 0; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
