[SCM] PostGIS branch master updated. 3.5.0-357-g1ffe54465
git at osgeo.org
git at osgeo.org
Mon Jun 2 21:10:57 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, master has been updated
via 1ffe544650b6b69d1d3bf78cb341c6cd20aaa2f1 (commit)
from e95bdce703b9c512590da3c38d95c8156680c822 (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 1ffe544650b6b69d1d3bf78cb341c6cd20aaa2f1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Jun 2 21:10:44 2025 -0700
Remove dead line
diff --git a/postgis/lwgeom_window.c b/postgis/lwgeom_window.c
index e53152631..90af7a867 100644
--- a/postgis/lwgeom_window.c
+++ b/postgis/lwgeom_window.c
@@ -730,7 +730,6 @@ coverage_window_calculation(PG_FUNCTION_ARGS, int mode)
if (!isnull) snappingDistance = DatumGetFloat8(d);
d = WinGetFuncArgCurrent(winobj, 3, &isnull);
- // if (!isnull) overlapMergeStrategy = DatumGetInt32(d);
if (!isnull)
{
overlapMergeStrategyText = DatumGetTextP(d);
-----------------------------------------------------------------------
Summary of changes:
postgis/lwgeom_window.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list