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


##########
src/bin/pg_upgrade/check.c:
##########
@@ -425,18 +404,12 @@ check_cluster_versions(void)
         * older versions.
         */
        if (old_cluster.major_version > new_cluster.major_version)
-<<<<<<< HEAD
                pg_fatal("This utility cannot be used to downgrade to older 
major Greenplum versions.\n");
 
        /* Ensure binaries match the designated data directories */
-=======
-               pg_fatal("This utility cannot be used to downgrade to older 
major PostgreSQL versions.");

Review Comment:
   They have the same meaning, but I think the GP version is better, so I kept 
the GP version.
   <img width="929" height="339" alt="Image" 
src="https://github.com/user-attachments/assets/44ad99b9-6724-43e1-8924-515504a91421";
 />



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