We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62ab08 commit c9c1eddCopy full SHA for c9c1edd
CMakeLists.txt
@@ -67,7 +67,7 @@ endif()
67
set(MINIMUM_POSTGRESQL_SERVER_VERSION "9.6")
68
set(MINIMUM_POSTGRESQL_SERVER_VERSION_NUM "90600")
69
70
-set(PostgreSQL_ADDITIONAL_VERSIONS "15" "14" "13" "12" "11" "10" "9.6")
+set(PostgreSQL_ADDITIONAL_VERSIONS "17" "16" "15" "14" "13" "12" "11" "10" "9.6")
71
72
#############################################################
73
# Version
0 commit comments