[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc1-6-g16d739e2f
git at osgeo.org
git at osgeo.org
Fri Aug 12 11:50:43 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, master has been updated
via 16d739e2f636e6c857a5c7a66063bccf42c0cf13 (commit)
from 75c6cf22148a5976255cc331b6314afcd2596a70 (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 16d739e2f636e6c857a5c7a66063bccf42c0cf13
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