Add PostgreSQL 13 to known versions
authorTimo Röhling <roehling@debian.org>
Mon, 13 Sep 2021 16:05:56 +0000 (18:05 +0200)
committerTimo Röhling <roehling@debian.org>
Mon, 13 Sep 2021 22:08:52 +0000 (23:08 +0100)
Gbp-Pq: Name add_postgresql_13_to_known_versions.patch

Modules/FindPostgreSQL.cmake

index 1927aa4b8859b12970f7c5cbf5a7ecb290833edf..46679c340ce723ccac340eef1ca1843b71accddf 100644 (file)
@@ -87,6 +87,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher
 
 
 set(PostgreSQL_KNOWN_VERSIONS ${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")
 
 # Define additional search paths for root directories.