Bump default PG version to 17
authorChristoph Berg <myon@debian.org>
Tue, 10 Sep 2024 11:08:37 +0000 (13:08 +0200)
committerChristoph Berg <myon@debian.org>
Tue, 10 Sep 2024 11:08:37 +0000 (13:08 +0200)
pgapt.conf

index dc365d98bc900414c07da893201658a30a374614..5d279b48038a8e98559ca1542b2090556f48d6cc 100644 (file)
@@ -1,6 +1,6 @@
 # oldest version: used by QA scripts (repo/bin/missing-pg-modules)
 PG_OLDEST_VERSION=9.6
-PG_MAIN_VERSION=16
+PG_MAIN_VERSION=17
 PG_BETA_VERSION=17
 PG_DEVEL_VERSION=18
 PG_VERSIONS="10 11 12 13 14 15 16 17 18" # all server versions >= 10 (what we build extensions for)