[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-329-g86d6b1b55

git at osgeo.org git at osgeo.org
Tue Nov 8 22:01:31 PST 2022


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  86d6b1b55bdeb71819b86a028e70c888c05c907f (commit)
      from  d5955a7e8ca2290f6567a426dd8a52b3b54340cc (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 86d6b1b55bdeb71819b86a028e70c888c05c907f
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Nov 9 01:01:18 2022 -0500

    Specify geometry type when SFCGAL can't process. References #4988 for PostGIS 3.4.0

diff --git a/liblwgeom/lwgeom_sfcgal.c b/liblwgeom/lwgeom_sfcgal.c
index b4135f249..0eb581f43 100644
--- a/liblwgeom/lwgeom_sfcgal.c
+++ b/liblwgeom/lwgeom_sfcgal.c
@@ -583,7 +583,7 @@ LWGEOM2SFCGAL(const LWGEOM *geom)
 	break;
 
 	default:
-		lwerror("LWGEOM2SFCGAL: Unknown geometry type !");
+		lwerror("LWGEOM2SFCGAL: Unsupported geometry type %s !", lwtype_name(geom->type));
 		return NULL;
 	}
 }

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

Summary of changes:
 liblwgeom/lwgeom_sfcgal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list