[SCM] PostGIS branch master updated. 3.6.0rc2-388-gcc9117fda

git at osgeo.org git at osgeo.org
Thu Mar 12 11:33:42 PDT 2026


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  cc9117fdae5549464c8dd243c3d296f93f2a5a3f (commit)
      from  aa6812e6c38ddbdac6491115f6abbee2a72ad993 (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 cc9117fdae5549464c8dd243c3d296f93f2a5a3f
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Mar 12 14:33:36 2026 -0400

    Winnie: fix no dlls left in extensions folder now that address_standardizer is gone

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 2f5098aa9..d30575c6c 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -161,7 +161,7 @@ done
  #cp -r ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}.sql ${PGPATHEDB}/share/extension
  #cp -r ${PGPATH}/share/extension/postgis*${POSTGIS_MICRO_VER}next.sql ${PGPATHEDB}/share/extension
 cp -r extensions/*/*.control ${PGPATHEDB}/share/extension
-cp -r extensions/*/*.dll ${PGPATHEDB}/lib
+#cp -r extensions/*/*.dll ${PGPATHEDB}/lib
 
 make check RUNTESTFLAGS="--extension -v"
 

-----------------------------------------------------------------------

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