diff --git a/gpMgmt/bin/gpcheckcat b/gpMgmt/bin/gpcheckcat index 4eb5a04152f..b1e43728f14 100755 --- a/gpMgmt/bin/gpcheckcat +++ b/gpMgmt/bin/gpcheckcat @@ -1575,6 +1575,10 @@ def checkTableInconsistentEntry(cat): columns.remove("rolpasswordexpire") castcols.remove("rolpasswordexpire") + if catname == "pg_password_history": + columns.remove("passhistpasswordsetat") + castcols.remove("passhistpasswordsetat") + if cat.tableHasConsistentOids(): qry = inconsistentEntryQuery(GV.max_content, catname, ['oid'], columns, castcols) else: