This is an automated email from the ASF dual-hosted git repository.

avamingli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 5980168b194ebe37fbb4ec52b4057957189eb08d
Author: Rakesh Sharma <[email protected]>
AuthorDate: Fri Sep 16 09:06:24 2022 +0530

    removed fixme tag as the changes have no impact (#14116)
    
    Removed as there is no functional difference after removing the older
    query. No reg is found from 6x to 7x.
---
 gpMgmt/bin/gpcheckcat | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gpMgmt/bin/gpcheckcat b/gpMgmt/bin/gpcheckcat
index 8237606a37..eefcce135c 100755
--- a/gpMgmt/bin/gpcheckcat
+++ b/gpMgmt/bin/gpcheckcat
@@ -3256,12 +3256,6 @@ def checkcatReport():
             # Expand partition tables
             db = connect2(GV.cfg[GV.coordinator_dbid], utilityMode=False)
 
-            # GPDB_12_MERGE_FIXME: We used to have a query here, to fetch
-            # some extra informationa about partitioned tables. I (Heikki)
-            # didn't understand what it did. I ripped it out, and in the
-            # limited tests I did, I got the same result without it.
-            # What was it for? Do we need to put something back?
-
             GV.missing_attr_tables = list(set(GV.missing_attr_tables))
             if len(GV.missing_attr_tables) > 0:
                 myprint('----------------------------------------------------')


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

Reply via email to