[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.2-20-g632618a14

git at osgeo.org git at osgeo.org
Fri Aug 12 11:50:16 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.2 has been updated
       via  632618a14db381ca5b08a0ca0819ee42233fda3d (commit)
      from  268080c4d5be2be0d3e969b16d6d678ff69a0a1a (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 632618a14db381ca5b08a0ca0819ee42233fda3d
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