Skip to content

Commit 238f54c

Browse files
committed
Add: Support building against PostgreSQL 17
PostgreSQL 17 is in Debian testing/trixie. Thus we need to support it.
1 parent 233a92b commit 238f54c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindPostgreSQL.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher
8787

8888

8989
set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS}
90-
"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")
90+
"17" "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")
9191

9292
# Define additional search paths for root directories.
9393
set( PostgreSQL_ROOT_DIRECTORIES

0 commit comments

Comments
 (0)