[SCM] PostGIS branch master updated. 3.4.0rc1-1111-ge3658f6ff

git at osgeo.org git at osgeo.org
Thu May 16 09:55:04 PDT 2024


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  e3658f6ff91a72be7e95851820aa86b376d005e9 (commit)
      from  7db0f94d54f4203137ae933e6f414c34099eb89b (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 e3658f6ff91a72be7e95851820aa86b376d005e9
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu May 16 18:54:50 2024 +0200

    Fix format string for backend error

diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index b355e5c4b..59cc06e90 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -551,7 +551,7 @@ _lwt_AddIsoNode( LWT_TOPOLOGY* topo, LWT_ELEMID face,
   {
     foundInFace = lwt_GetFaceContainingPoint(topo, pt); /*x*/
     if ( foundInFace == -1 ) {
-      PGTOPO_BE_ERRORF("lwt_GetFaceContainingPoint(%" LWTFMT_ELEMID ") returned -1", pt);
+      PGTOPO_BE_ERROR();
       return -1;
     }
     if ( foundInFace == -1 ) foundInFace = 0;

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list