[SCM] PostGIS branch stable-3.2 updated. 3.2.7-27-gd2f18e68b

git at osgeo.org git at osgeo.org
Tue Apr 15 06:52:59 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, stable-3.2 has been updated
       via  d2f18e68b3abf2d550fba185e73f7bc7f1ee37fc (commit)
      from  6afa5398c6e8f4a84a326083c6aca84a2a6499d0 (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 d2f18e68b3abf2d550fba185e73f7bc7f1ee37fc
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 15 09:51:35 2025 -0400

    WOODPECKER CI and doco changes
    
     - Use newer woodpecker syntax,
       and change from docker.osgeo.org to repo.osgeo.org
     - Put a note in docs that postgis.backend is obsolete

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index cfa0fd01d..0024bdff3 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,6 +1,10 @@
-pipeline:
-  build:
-    image: docker.osgeo.org/postgis/build-test:trisquel3
+labels:
+  platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
+steps:
+  - name: build
+    image: repo.osgeo.org/postgis/build-test:trisquel3
     when:
       path: "doc/*"
     commands:
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 45468fb10..8510e57ed 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,3 +1,7 @@
+labels:
+  platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
 matrix:
   PG_VERSION:
     - 15
@@ -5,10 +9,9 @@ matrix:
     - 12
     - 11
 
-pipeline:
-  build:
-    group: build
-    image: docker.osgeo.org/postgis/build-test:trisquel3
+steps:
+  - name: build
+    image: repo.osgeo.org/postgis/build-test:trisquel3
     commands:
       - sh autogen.sh
       - PGVER=${PG_VERSION} sh ci/dronie/postgis_regress.sh
diff --git a/doc/reference_guc.xml b/doc/reference_guc.xml
index e73ef478a..a1ccc72b6 100644
--- a/doc/reference_guc.xml
+++ b/doc/reference_guc.xml
@@ -16,8 +16,10 @@ These can be set globally, by database, by session or by transaction. Best set a
 
       <refsection>
         <title>Description</title>
-        <para>This GUC is only relevant if you compiled PostGIS with sfcgal support.  By default <varname>geos</varname> backend is used for functions where both GEOS and SFCGAL have the same named function.  This variable allows you to override and make sfcgal the backend to service the request.</para>
+        <para>This GUC is only relevant if you compiled PostGIS with sfcgal support and need to use sfcgal functions with overlapping names of PostGIS functions.
+            By default <varname>geos</varname> backend is used for functions where both GEOS and SFCGAL have the same named function.  This variable allows you to override and make sfcgal the backend to service the request.</para>
         <para>Availability: 2.1.0</para>
+        <warning><para>This switch does nothing as of PostGIS 3.0, DO NOT USE.</para></warning>
       </refsection>
 
       <refsection>

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

Summary of changes:
 .woodpecker/docs.yml    | 10 +++++++---
 .woodpecker/regress.yml | 11 +++++++----
 doc/reference_guc.xml   |  4 +++-
 3 files changed, 17 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list