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 5c214df020c8da3508751560cf87ab4c785c8ba2
Author: hyongtao-db <[email protected]>
AuthorDate: Wed Feb 15 20:34:05 2023 +0800

    Inclusive Terminology for Greenplum 7 in gpload (#14979)
    
    rename master to main in gpload.py
    
    **Signed-off-by:** Yongtao Huang <[email protected]>
---
 gpMgmt/bin/gpload.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gpMgmt/bin/gpload.py b/gpMgmt/bin/gpload.py
index c33ca30819..c313ec93e4 100755
--- a/gpMgmt/bin/gpload.py
+++ b/gpMgmt/bin/gpload.py
@@ -726,7 +726,7 @@ def match_notice_obj(notice):
 
 
 def notice_processor_Notice(notice):
-    # process the notice in master branch
+    # process the notice in main branch
     # notice is a class which is different in 6X, we need a new function to 
process
     global NUM_WARN_ROWS
     if windowsPlatform == True:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to