[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-854-g34007a29c

git at osgeo.org git at osgeo.org
Mon May 16 06:49:22 PDT 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  34007a29cd8791e4110d78aa1431aebd11f6f0d5 (commit)
      from  efdedcd74e9a2a04d0998c7e4151dfbb67016c23 (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 34007a29cd8791e4110d78aa1431aebd11f6f0d5
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon May 16 15:48:52 2022 +0200

    Demote ST_Split notices to debug
    
    Closes #5152

diff --git a/liblwgeom/lwgeom_api.c b/liblwgeom/lwgeom_api.c
index 313a767aa..43e5d374b 100644
--- a/liblwgeom/lwgeom_api.c
+++ b/liblwgeom/lwgeom_api.c
@@ -135,7 +135,7 @@ getPoint4d_p(const POINTARRAY *pa, uint32_t n, POINT4D *op)
 
 	if ( n>=pa->npoints )
 	{
-		lwnotice("%s [%d] called with n=%d and npoints=%d", __FILE__, __LINE__, n, pa->npoints);
+		LWDEBUGF(2, "%s [%d] called with n=%d and npoints=%d", __FILE__, __LINE__, n, pa->npoints);
 		return 0;
 	}
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list