[SCM] PostGIS branch stable-3.4 updated. 3.4.5-2-ga1d6c9123

git at osgeo.org git at osgeo.org
Tue Feb 10 01:11:55 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, stable-3.4 has been updated
       via  a1d6c9123628f540ae3c26fc0df0554a50b1c9e2 (commit)
      from  6cda5480c4687aa8ffe819f79fdf225f9af24d87 (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 a1d6c9123628f540ae3c26fc0df0554a50b1c9e2
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Feb 10 10:11:38 2026 +0100

    [debbie] Fix regexp to disable downgrade tests, re-enable upgrade tests

diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 511017796..ed4fb4133 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -17,7 +17,7 @@ export MAKE_EXTENSION=1
 export DUMP_RESTORE=0
 export MAKE_LOGBT=0
 export NO_SFCGAL=0
-export CHECK_UPGRADES=0
+export CHECK_UPGRADES=1
 export CHECK_DOWNGRADES=0 # also requires CHECK_UPGRADES=1 to really check downgrades
 
 ## end variables passed in by jenkins
@@ -118,7 +118,7 @@ fi
 if [ "$CHECK_UPGRADES" = "1" ]; then
  UPGRADE_CHECK_OPTS=""
  if [ "$CHECK_DOWNGRADES" = "0" ]; then
-  UPGRADE_CHECK_OPTS="--skip upgrade"
+  UPGRADE_CHECK_OPTS="--skip downgrade"
  fi
  utils/check_all_upgrades.sh \
         ${UPGRADE_CHECK_OPTS} \

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

Summary of changes:
 ci/debbie/postgis_regress.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list