tuhaihe commented on code in PR #627:
URL: https://github.com/apache/madlib/pull/627#discussion_r2454362612


##########
src/ports/postgres/cmake/PostgreSQLUtils.cmake:
##########
@@ -87,6 +87,9 @@ function(determine_target_versions OUT_VERSIONS)
                 # Starting Postgresql 10, semantic versioning will be followed,
                 # implying we only need 1 folder for same major versions
                 set(VERSION ${${PORT_UC}_VERSION_MAJOR})
+            elseif(${PORT_UC} STREQUAL "CLOUDBERRY")
+                # Assumes CBDB always follows semantic versioning

Review Comment:
   ```suggestion
                   # Assumes Apache Cloudberry always follows semantic 
versioning
   ```



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

Reply via email to