File: postgresql-15

package info (click to toggle)
orthanc-postgresql 4.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,508 kB
  • sloc: cpp: 34,574; python: 372; sql: 275; makefile: 30; sh: 13
file content (16 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fix FTBS against PostgreSQL 14
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
Forwarded: yes
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Resources/CMake/PostgreSQLConfiguration.cmake
+++ b/Resources/CMake/PostgreSQLConfiguration.cmake
@@ -440,7 +440,7 @@
 
 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")
+    "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")
   if (NOT WIN32)
     foreach (suffix ${PostgreSQL_ADDITIONAL_VERSIONS})
       list(APPEND PostgreSQL_ADDITIONAL_SEARCH_PATHS