[postgis-tickets] [SCM] PostGIS branch spatial-ref-sys-view updated. 3.2.0-483-gb1e20a73d
git at osgeo.org
git at osgeo.org
Fri Feb 4 04:04:45 PST 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, spatial-ref-sys-view has been updated
via b1e20a73d0d01b07e46a39f26ba8a52347191204 (commit)
from f1562b5ed954f9a8325857b3a9d2cf0dcc11f55d (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 b1e20a73d0d01b07e46a39f26ba8a52347191204
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Feb 4 12:51:29 2022 +0100
Have run_test.pl load spatial_ref_sys.sql on script-based --upgrade
diff --git a/regress/run_test.pl b/regress/run_test.pl
index d89d6944c..c95948bea 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -1577,6 +1577,10 @@ sub upgrade_spatial
print "Upgrading core\n";
die unless load_sql_file($script, 1);
+ my $script = "${STAGED_SCRIPTS_DIR}/spatial_ref_sys.sql";
+ print "Upgrading spatial_ref_sys\n";
+ die unless load_sql_file($script, 1);
+
if ( $OPT_WITH_TOPO )
{
$script = "${STAGED_SCRIPTS_DIR}/topology_upgrade.sql";
-----------------------------------------------------------------------
Summary of changes:
regress/run_test.pl | 4 ++++
1 file changed, 4 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list