]> granicus.if.org Git - postgis/commitdiff
Bigger buffer for error messages
authorSandro Santilli <strk@kbt.io>
Sun, 22 Oct 2017 15:38:47 +0000 (15:38 +0000)
committerSandro Santilli <strk@kbt.io>
Sun, 22 Oct 2017 15:38:47 +0000 (15:38 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16033 b70326c6-7e19-0410-871a-916f4a2858ee

libpgcommon/lwgeom_pg.c

index 41781bdcbc4790f9354bd192bf89f0ac632364da..d4f09886611a6d65d17b6ec605c613eaac8cd548 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 #include <stdarg.h>
 
-#define PGC_ERRMSG_MAXLEN 256
+#define PGC_ERRMSG_MAXLEN 2048 //256
 
 /**
 * Utility to convert cstrings to textp pointers