aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdb/cmake-postgresql12+.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/kdb/cmake-postgresql12+.patch')
-rw-r--r--community/kdb/cmake-postgresql12+.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/kdb/cmake-postgresql12+.patch b/community/kdb/cmake-postgresql12+.patch
new file mode 100644
index 00000000000..51b54b4b080
--- /dev/null
+++ b/community/kdb/cmake-postgresql12+.patch
@@ -0,0 +1,11 @@
+--- a/cmake/modules/FindPostgreSQL.cmake
++++ b/cmake/modules/FindPostgreSQL.cmake
+@@ -86,7 +86,7 @@
+ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to where PostgreSQL is found on the machine E.g C:/Program Files/PostgreSQL/8.4")
+
+ set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
+- "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
++ "16", "15" "14" "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0")
+
+ # Define additional search paths for root directories.
+ foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} )