[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.6-20-g7fc7c0d6d
git at osgeo.org
git at osgeo.org
Fri Aug 12 12:47:31 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.1 has been updated
via 7fc7c0d6db134bb1c14a64093ffa6dfc7c06a17c (commit)
from 23f1459010c4271fe74a18720116ffd9c0a4617e (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 7fc7c0d6db134bb1c14a64093ffa6dfc7c06a17c
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 fcd350741..87fb1e50f 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1704,7 +1704,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