Github user iyerr3 commented on a diff in the pull request: https://github.com/apache/madlib/pull/320#discussion_r217489096 --- Diff: src/ports/postgres/cmake/PostgreSQLUtils.cmake --- @@ -82,8 +82,7 @@ function(determine_target_versions OUT_VERSIONS) set(VERSION "4.3ORCA") endif() elseif(${PORT_UC} STREQUAL "POSTGRESQL" AND - (${${PORT_UC}_VERSION_MAJOR} EQUAL 10 OR - ${${PORT_UC}_VERSION_PATCH} GREATER 10)) --- End diff -- @d Do you mind if I merge this with the minor change (as described above)?
---