[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.7-24-g6a310f96b
git at osgeo.org
git at osgeo.org
Fri Aug 12 12:19:00 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-2.5 has been updated
via 6a310f96b40f19e9f34e1acaf271cf2eb64ec3a1 (commit)
from e254acac3b5eed673bec9476e897f956648641a2 (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 6a310f96b40f19e9f34e1acaf271cf2eb64ec3a1
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