[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-469-g7a7736a

git at osgeo.org git at osgeo.org
Tue Aug 31 16:24:00 PDT 2021


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  7a7736ae6526e574bc4e9048c69895260511d93d (commit)
      from  86bbb10fe1bc294d65991755c0bde9aa43c39fe3 (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 7a7736ae6526e574bc4e9048c69895260511d93d
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Wed Sep 1 02:23:49 2021 +0300

    ST_ClusterKMeans @ 32bit: maybe there is a difference between float and float8?

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 303d10d..18dc2ee 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -4123,7 +4123,7 @@ CREATE AGGREGATE ST_MakeLine (geometry) (
 
 -- Availability: 2.3.0
 -- Changed: 3.2.0 added max_radius parameter
-CREATE OR REPLACE FUNCTION ST_ClusterKMeans(geom geometry, k integer, max_radius float default null)
+CREATE OR REPLACE FUNCTION ST_ClusterKMeans(geom geometry, k integer, max_radius float8 default null)
 	RETURNS integer
 	AS 'MODULE_PATHNAME', 'ST_ClusterKMeans'
 	LANGUAGE 'c' VOLATILE STRICT WINDOW

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

Summary of changes:
 postgis/postgis.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list