[SCM] PostGIS branch stable-3.5 updated. 3.5.7-120-gf8d6a04973

git at osgeo.org git at osgeo.org
Sun Aug 9 13:23:36 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.5 has been updated
       via  f8d6a049737ba51433e2566ed63d60596e625d7b (commit)
       via  b45e334fa36980abd6aea60c53b884af394b2c48 (commit)
      from  d2b5298d8b82ec1a4a667594422e9670b6dbd7e1 (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 f8d6a049737ba51433e2566ed63d60596e625d7b
Merge: d2b5298d8b b45e334fa3
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sun Aug 9 13:23:34 2026 -0700

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


commit b45e334fa36980abd6aea60c53b884af394b2c48
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Mon Aug 10 00:19:36 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