[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-21-g7ee8dda4c
git at osgeo.org
git at osgeo.org
Wed Feb 15 10:58:42 PST 2023
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, stable-3.3 has been updated
via 7ee8dda4c8789f93b38bab91949a2f37a4be151d (commit)
from 5900020882593ab0c35ca7e421fd4f89400746df (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 7ee8dda4c8789f93b38bab91949a2f37a4be151d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Wed Feb 15 10:58:35 2023 -0800
Move version for log wrapping errors up to 6, references #5332
diff --git a/postgis/postgis_module.c b/postgis/postgis_module.c
index 0b54160e3..807a7c0a0 100644
--- a/postgis/postgis_module.c
+++ b/postgis/postgis_module.c
@@ -63,7 +63,7 @@ static void onExecutorStart(QueryDesc *queryDesc, int eflags);
* system instead of letting them default into the
* stderr.
*/
-#if POSTGIS_PROJ_VERSION > 50
+#if POSTGIS_PROJ_VERSION > 60
#include "proj.h"
static void
@@ -91,7 +91,7 @@ _PG_init(void)
pg_install_lwgeom_handlers();
/* pass proj messages through the pgsql error handler */
-#if POSTGIS_PROJ_VERSION > 50
+#if POSTGIS_PROJ_VERSION > 60
proj_log_func(NULL, NULL, pjLogFunction);
#endif
-----------------------------------------------------------------------
Summary of changes:
postgis/postgis_module.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list