[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-112-g223111286
git at osgeo.org
git at osgeo.org
Sat Jul 2 08:09:24 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 2231112867580c7ae284182b7099067d344d1e25 (commit)
from 433c05307f0b433939a95639c53ed7e06f3c6806 (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 2231112867580c7ae284182b7099067d344d1e25
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 2 11:09:20 2022 -0400
Fix ANY for regress
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index a1c76764b..e89de48f7 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -206,7 +206,7 @@ export UPGRADEABLE_VERSIONS=$value
#echo "Versions are: $UPGRADEABLE_VERSIONS"
for EXTNAME in postgis postgis_raster postgis_topology postgis_sfcgal postgis_tiger_geocoder address_standardizer; do
cp extensions/$EXTNAME/sql/$EXTNAME--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
- cp extensions/postgis/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
+ cp extensions/$EXTNAME/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
cp extensions/$EXTNAME/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension/$EXTNAME--${POSTGIS_MINOR_MAX_VER}--${POSTGIS_MICRO_VER}.sql
cp extensions/$EXTNAME/sql/$EXTNAME--ANY--${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension/$EXTNAME--${POSTGIS_MICRO_VER}next--${POSTGIS_MICRO_VER}.sql
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/regress_postgis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list