[postgis-tickets] r15664 - Add paranoia back to lwgeom_api.c, as some code
Paul Ramsey
pramsey at cleverelephant.ca
Fri Sep 8 13:09:11 PDT 2017
Author: pramsey
Date: 2017-09-08 13:09:11 -0700 (Fri, 08 Sep 2017)
New Revision: 15664
Modified:
trunk/liblwgeom/lwgeom_api.c
Log:
Add paranoia back to lwgeom_api.c, as some code
apparently has expectation of that behavior...
Modified: trunk/liblwgeom/lwgeom_api.c
===================================================================
--- trunk/liblwgeom/lwgeom_api.c 2017-09-08 19:56:19 UTC (rev 15663)
+++ trunk/liblwgeom/lwgeom_api.c 2017-09-08 20:09:11 UTC (rev 15664)
@@ -32,6 +32,8 @@
#include <assert.h>
#include "../postgis_svn_revision.h"
+#define PARANOIA_LEVEL 1
+
const char *
lwgeom_version()
{
More information about the postgis-tickets
mailing list