[SCM] PostGIS branch stable-3.3 updated. 3.3.9-3-g1ff46f649

git at osgeo.org git at osgeo.org
Thu Feb 12 11:42:13 PST 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  1ff46f6490e1ffb1506d9f6bf84188b9179282e7 (commit)
      from  8c0b543dcba0007b55e0a5fa1b3144910aa27c18 (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 1ff46f6490e1ffb1506d9f6bf84188b9179282e7
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Feb 12 11:42:03 2026 -0800

    Remove duplicate check of xnode==NULL

diff --git a/postgis/lwgeom_in_gml.c b/postgis/lwgeom_in_gml.c
index 7ce6c76d2..32a86d285 100644
--- a/postgis/lwgeom_in_gml.c
+++ b/postgis/lwgeom_in_gml.c
@@ -1704,8 +1704,6 @@ static LWGEOM* parse_gml_mline(xmlNodePtr xnode, bool *hasz, int *root_srid)
 	if (is_xlink(xnode)) xnode = get_xlink_node(xnode);
 	if (xnode == NULL)
 		gml_lwpgerror("invalid GML representation", 30);
-	if (xnode == NULL)
-		gml_lwpgerror("invalid GML representation", 30);
 
 	parse_gml_srs(xnode, &srs);
 	if (*root_srid == SRID_UNKNOWN && srs.srid != SRID_UNKNOWN)

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

Summary of changes:
 postgis/lwgeom_in_gml.c | 2 --
 1 file changed, 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list