[SCM] PostGIS branch master updated. 3.4.0rc1-886-g03d6a1d77

git at osgeo.org git at osgeo.org
Thu Jan 18 14:46:48 PST 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  03d6a1d77fb94b0a5d8fbe9b2d3d7b721aefc81c (commit)
      from  705c241cba5cf7f1c34455f9a9f4a761186ebb29 (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 03d6a1d77fb94b0a5d8fbe9b2d3d7b721aefc81c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 18 14:46:44 2024 -0800

    Remove commented out debug and paranoia defines from old dev work

diff --git a/liblwgeom/lwgeom_geos_clean.c b/liblwgeom/lwgeom_geos_clean.c
index 219a9f4fb..75e2200a4 100644
--- a/liblwgeom/lwgeom_geos_clean.c
+++ b/liblwgeom/lwgeom_geos_clean.c
@@ -23,7 +23,6 @@
  **********************************************************************/
 
 #include "../postgis_config.h"
-/*#define POSTGIS_DEBUG_LEVEL 4*/
 
 #include "liblwgeom.h"
 #include "lwgeom_geos.h"
@@ -35,8 +34,6 @@
 #include <stdlib.h>
 #include <assert.h>
 
-/* #define PARANOIA_LEVEL 2 */
-
 LWGEOM* lwcollection_make_geos_friendly(LWCOLLECTION* g);
 LWGEOM* lwline_make_geos_friendly(LWLINE* line);
 LWGEOM* lwpoly_make_geos_friendly(LWPOLY* poly);

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

Summary of changes:
 liblwgeom/lwgeom_geos_clean.c | 3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list