[SCM] PostGIS branch master updated. 3.4.0rc1-963-gd39cb4704
git at osgeo.org
git at osgeo.org
Fri Mar 1 14:16:47 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 d39cb4704868339eb118c831d34661fc1fe57fe4 (commit)
from 7405b207637ace1f9bcd9477029e7ff57899d130 (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 d39cb4704868339eb118c831d34661fc1fe57fe4
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Mar 1 23:16:21 2024 +0100
Disable debug leftover
diff --git a/liblwgeom/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index 40d27e38a..091c87354 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -26,7 +26,7 @@
#include "../postgis_config.h"
-#define POSTGIS_DEBUG_LEVEL 1
+/*#define POSTGIS_DEBUG_LEVEL 1*/
#include "lwgeom_log.h"
#include "liblwgeom_internal.h"
diff --git a/liblwgeom/topo/lwgeom_topo_polygonizer.c b/liblwgeom/topo/lwgeom_topo_polygonizer.c
index 320310d72..2b0959b82 100644
--- a/liblwgeom/topo/lwgeom_topo_polygonizer.c
+++ b/liblwgeom/topo/lwgeom_topo_polygonizer.c
@@ -28,7 +28,7 @@
#include "../postgis_config.h"
-#define POSTGIS_DEBUG_LEVEL 1
+/*#define POSTGIS_DEBUG_LEVEL 1*/
#include "lwgeom_log.h"
#include "liblwgeom_internal.h"
-----------------------------------------------------------------------
Summary of changes:
liblwgeom/topo/lwgeom_topo.c | 2 +-
liblwgeom/topo/lwgeom_topo_polygonizer.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list