[SCM] PostGIS branch master updated. 3.5.0-227-g6d0eecb56
git at osgeo.org
git at osgeo.org
Thu Mar 13 07:53:20 PDT 2025
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 6d0eecb566890415d71384cb852ef932908bbf1a (commit)
from f73ce3365fbd6d3e2359c156be0a2627842e4e54 (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 6d0eecb566890415d71384cb852ef932908bbf1a
Author: Regina Obe <lr at pcorp.us>
Date: Thu Mar 13 10:53:04 2025 -0400
Fix syntax error in winnie regress
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index d48689483..07b23e47e 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -157,14 +157,15 @@ fi
cd extensions/address_standardizer
make installcheck
- #test tiger geocoder
+#test tiger geocoder
# cd ${POSTGIS_SRC}
# cd extensions/postgis_tiger_geocoder
# make installcheck
# if [ "$?" != "0" ]; then
# exit $?
# fi
-# fi
+#end extension
+fi
if [ "$DUMP_RESTORE" == "1" ]; then
echo "Dump restore test"
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list