[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-701-g8340bb63c

git at osgeo.org git at osgeo.org
Sun Apr 9 13:59:52 PDT 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  8340bb63c5904a3a949ab6f62d07bceb40905b1b (commit)
      from  8888ab6ba16f2b0af51341845cf948d9ebb1a630 (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 8340bb63c5904a3a949ab6f62d07bceb40905b1b
Author: Florian Weimer <fweimer at redhat.com>
Date:   Sun Apr 9 22:12:27 2023 +0200

    Include <math.h> for isnan
    
    This avoids an implicit function declaration and a build failure
    with future compilers.

diff --git a/loader/shp2pgsql-core.c b/loader/shp2pgsql-core.c
index 036880e5c..6802c6784 100644
--- a/loader/shp2pgsql-core.c
+++ b/loader/shp2pgsql-core.c
@@ -15,6 +15,8 @@
 
 #include "../postgis_config.h"
 
+#include <math.h> /* for isnan */
+
 #include "shp2pgsql-core.h"
 #include "../liblwgeom/liblwgeom.h"
 #include "../liblwgeom/lwgeom_log.h" /* for LWDEBUG macros */

-----------------------------------------------------------------------

Summary of changes:
 loader/shp2pgsql-core.c | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list