Skip to content

Commit b3c1ec6

Browse files
committed
CMake config: Amend list of PostgreSQL versions
1 parent 8c1623c commit b3c1ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ endif()
6767
set(MINIMUM_POSTGRESQL_SERVER_VERSION "11")
6868
set(MINIMUM_POSTGRESQL_SERVER_VERSION_NUM "110000")
6969

70-
set(PostgreSQL_ADDITIONAL_VERSIONS "17" "16" "15" "14" "13" "12" "11")
70+
set(PostgreSQL_ADDITIONAL_VERSIONS "19" "18" "17" "16" "15" "14" "13" "12" "11")
7171

7272
#############################################################
7373
# Version

0 commit comments

Comments
 (0)