[SCM] PostGIS branch stable-3.3 updated. 3.3.10-117-gd29d007968
git at osgeo.org
git at osgeo.org
Sun Aug 9 13:23:12 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.3 has been updated
via d29d0079688aff457f09dacc1b5eb52c48880238 (commit)
via d5714345b4449665da1ec4574be9d5032bf074b1 (commit)
from dc98e7ecf268c57f43d0cd2e27fd2fd05dc37f95 (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 d29d0079688aff457f09dacc1b5eb52c48880238
Merge: dc98e7ecf2 d5714345b4
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date: Sun Aug 9 13:23:11 2026 -0700
Merge pull request 'regress: expect normalized Delaunay TIN output' (!698) from Komzpa/postgis:fix/stable-3.3-delaunay-normalize-expected-20260810 into stable-3.3
## Regression fixture for normalized Delaunay TINs
`ST_Normalize(ST_DelaunayTriangles(..., 2))` now retains the TIN result after the stable-3.3 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.3 GitHub Actions failure](https://github.com/postgis/postgis/actions/runs/31331377574).
Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/698
commit d5714345b4449665da1ec4574be9d5032bf074b1
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Mon Aug 10 00:19:42 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