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


##########
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:
   I didn't remove the upstream code; I just moved it to the top.
   
   <img width="916" height="525" alt="Image" 
src="https://github.com/user-attachments/assets/02d90895-985c-416e-91ac-7db838f9f48b";
 />



-- 
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