[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-614-gd53dea68a

git at osgeo.org git at osgeo.org
Wed Feb 15 10:59:12 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, master has been updated
       via  d53dea68a838959637ead34d233840fcba5cb5ce (commit)
      from  b5b3a6c66fea280c253499e205d07b3502195568 (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 d53dea68a838959637ead34d233840fcba5cb5ce
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