[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.6-19-g4b3aa4d76

git at osgeo.org git at osgeo.org
Fri Aug 12 12:18:45 PDT 2022


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.0 has been updated
       via  4b3aa4d7655f0911a0125449ad1f0eda28892289 (commit)
      from  af3e6e62ced29612f3e22746a7e51d26b8e17389 (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 4b3aa4d7655f0911a0125449ad1f0eda28892289
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Aug 12 20:49:20 2022 +0200

    run_test.pl: raster extension needs be upgraded only when split from core

diff --git a/regress/run_test.pl b/regress/run_test.pl
index 192286b2f..8e1016e53 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1717,7 +1717,7 @@ sub upgrade_spatial_extensions
       return 1;
     }
 
-    if ( $OPT_WITH_RASTER && has_split_raster_ext($OPT_UPGRADE_FROM) )
+    if ( $OPT_WITH_RASTER && has_split_raster_ext(${nextver}) )
     {
         my $sql = "ALTER EXTENSION postgis_raster UPDATE TO '${nextver}'";
 

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

Summary of changes:
 regress/run_test.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list