[SCM] PostGIS branch master updated. 3.6.0rc2-363-ge48c072d0

git at osgeo.org git at osgeo.org
Fri Mar 6 02:52:11 PST 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  e48c072d066590721b0c100818c2e484c7f0395d (commit)
      from  532c6ade24ff41013541c56a995e401a4de14dbd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e48c072d066590721b0c100818c2e484c7f0395d
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Fri Mar 6 14:50:44 2026 +0400

    ci/debbie: bump dist jobs to PostgreSQL 14

diff --git a/ci/debbie/postgis_make_dist.sh b/ci/debbie/postgis_make_dist.sh
index 33d880dc1..f3d75311a 100644
--- a/ci/debbie/postgis_make_dist.sh
+++ b/ci/debbie/postgis_make_dist.sh
@@ -2,7 +2,7 @@
 set -e
 ## begin variables passed in by jenkins
 
-export PG_VER=13
+export PG_VER=14
 # export PGPORT=8442
 export OS_BUILD=64
 # export POSTGIS_MAJOR_VERSION=2
diff --git a/ci/debbie/postgis_release_docs.sh b/ci/debbie/postgis_release_docs.sh
index 82c67cca7..7807c7074 100644
--- a/ci/debbie/postgis_release_docs.sh
+++ b/ci/debbie/postgis_release_docs.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-export PG_VER=13
+export PG_VER=14
 # export PGPORT=8442
 export OS_BUILD=64
 #this is passed in via postgis_make_dist.sh via jenkins
diff --git a/doc/developer.md b/doc/developer.md
index 6b56c610b..eb3a69c47 100644
--- a/doc/developer.md
+++ b/doc/developer.md
@@ -374,7 +374,9 @@ while keeping the CI account unprivileged.
 
 * Edit doc/postgis.xml and change entity  `min_postgres_version` to new minimum version
 
+* Update any CI scripts that hard-code a PostgreSQL major for packaging or docs jobs,
+  notably `ci/debbie/postgis_make_dist.sh` and `ci/debbie/postgis_release_docs.sh`
+
 * Add to NEWS Breaking Changes section, your removal of said versions
 
 
-

-----------------------------------------------------------------------

Summary of changes:
 ci/debbie/postgis_make_dist.sh    | 2 +-
 ci/debbie/postgis_release_docs.sh | 2 +-
 doc/developer.md                  | 4 +++-
 3 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list