reshke commented on code in PR #1570:
URL: https://github.com/apache/cloudberry/pull/1570#discussion_r2784130813


##########
src/bin/pg_upgrade/check.c:
##########
@@ -408,15 +396,6 @@ check_cluster_versions(void)
        /* Only current PG version is supported as a target */
        if (GET_MAJOR_VERSION(new_cluster.major_version) != 
GET_MAJOR_VERSION(PG_VERSION_NUM))
                pg_fatal("This utility can only upgrade to Greenplum version 
%s.\n",
-=======
-       if (GET_MAJOR_VERSION(old_cluster.major_version) < 902)
-               pg_fatal("This utility can only upgrade from PostgreSQL version 
%s and later.",
-                                "9.2");
-

Review Comment:
   Im somewhat opposed of removing upstream code here. Even if we dont what 
this to ever run, use #if 0 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to