Skip to content

Commit 139818c

Browse files
committed
Look for PostgreSQL versions from newest to oldest
1 parent fd17511 commit 139818c

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
@@ -55,7 +55,7 @@ option(EXTERNAL_FMT "Do not use the bundled fmt" OFF)
5555
set(MINIMUM_POSTGRESQL_SERVER_VERSION "9.3")
5656
set(MINIMUM_POSTGRESQL_SERVER_VERSION_NUM "90300")
5757

58-
set(PostgreSQL_ADDITIONAL_VERSIONS "9.3" "9.4" "9.5" "9.6" "10" "11" "12" "13")
58+
set(PostgreSQL_ADDITIONAL_VERSIONS "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3")
5959

6060
#############################################################
6161
# Version

0 commit comments

Comments
 (0)