[SCM] PostGIS branch stable-3.2 updated. 3.2.10-108-gfa6c2c462c

git at osgeo.org git at osgeo.org
Sun Aug 9 13:14:31 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, stable-3.2 has been updated
       via  fa6c2c462ce9de3bd06b674ef4d75462d4d6e3a4 (commit)
       via  53f248fc52359be7a4793da136d0f98c76f62a17 (commit)
      from  f35470a3c4707cd26572f0a30e0691eec9d1e57e (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 fa6c2c462ce9de3bd06b674ef4d75462d4d6e3a4
Merge: f35470a3c4 53f248fc52
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sun Aug 9 13:14:30 2026 -0700

    Merge pull request 'regress: expect normalized Delaunay TIN output' (!695) from Komzpa/postgis:fix/stable-3.2-delaunay-normalize-expected-20260810 into stable-3.2
    
    ## Regression fixture for normalized Delaunay TINs
    
    `ST_Normalize(ST_DelaunayTriangles(..., 2))` now retains the TIN result after the stable-3.2 TIN-child normalization fix. The regression fixture still expected a generic geometry collection, so every GitHub Actions matrix job failed at `regress/core/delaunaytriangles`.
    
    Update only the four affected expected rows, matching the current master fixture. The test SQL and production code are unchanged.
    
    Validation: `git diff --check`; comparison with the master expected fixture; failure output from the [stable-3.2 GitHub Actions run](https://github.com/postgis/postgis/actions/runs/31331333228).
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/695


commit 53f248fc52359be7a4793da136d0f98c76f62a17
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Mon Aug 10 00:12:33 2026 +0400

    regress: expect normalized Delaunay TIN output

diff --git a/regress/core/delaunaytriangles_expected b/regress/core/delaunaytriangles_expected
index 5b61b195c8..0c29ab9cdf 100644
--- a/regress/core/delaunaytriangles_expected
+++ b/regress/core/delaunaytriangles_expected
@@ -2,8 +2,8 @@
 2|GEOMETRYCOLLECTION(POLYGON((5 5,8 9,6 0,5 5)),POLYGON((5 5,7 9,8 9,5 5)))
 3|GEOMETRYCOLLECTION(POLYGON((5 5,7 9,6 0,5 5)))
 4|MULTILINESTRING((6 0,7 9),(5 5,7 9),(5 5,6 0))
-5|GEOMETRYCOLLECTION(POLYGON((5 5,7 9,6 0,5 5)))
-6|GEOMETRYCOLLECTION(POLYGON((5 5,8 9,6 0,5 5)),POLYGON((5 5,7 9,8 9,5 5)))
-7|GEOMETRYCOLLECTION(POLYGON((5 5,7 9,6 0,5 5)))
+5|TIN(((5 5,7 9,6 0,5 5)))
+6|TIN(((5 5,7 9,8 9,5 5)),((5 5,8 9,6 0,5 5)))
+7|TIN(((5 5,7 9,6 0,5 5)))
 10|GEOMETRYCOLLECTION Z (POLYGON Z ((5 5 3,7 9 1,6 0 2,5 5 3)))
-11|GEOMETRYCOLLECTION Z (POLYGON Z ((5 5 1,7 9 3,6 0 2,5 5 1)))
+11|TIN Z (((5 5 1,7 9 3,6 0 2,5 5 1)))

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

Summary of changes:
 regress/core/delaunaytriangles_expected | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list