Description: Fix FTBS against PostgreSQL 14
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: OrthancPostgreSQL-4.0/Resources/CMake/PostgreSQLConfiguration.cmake
===================================================================
--- OrthancPostgreSQL-4.0.orig/Resources/CMake/PostgreSQLConfiguration.cmake
+++ OrthancPostgreSQL-4.0/Resources/CMake/PostgreSQLConfiguration.cmake
@@ -440,7 +440,7 @@ if (STATIC_BUILD OR NOT USE_SYSTEM_LIBPQ
 
 else()
   set(PostgreSQL_ADDITIONAL_VERSIONS
-    "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")
+    "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")
   if (NOT WIN32)
     foreach (suffix ${PostgreSQL_ADDITIONAL_VERSIONS})
       list(APPEND PostgreSQL_ADDITIONAL_SEARCH_PATHS
