[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.1-31-g15a360e

git at osgeo.org git at osgeo.org
Thu Jul 23 01:04:09 PDT 2020


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.0 has been updated
       via  15a360ed73beca3143c1ca72b2a1fb1eb5e9d008 (commit)
      from  bd4c2f8f5b44f021f822eaaafcdc6db719ff4324 (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 15a360ed73beca3143c1ca72b2a1fb1eb5e9d008
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 23 10:02:00 2020 +0200

    There's no point in updating pgis_abs type after removing it...
    
    References #4728 in 3.0 branch

diff --git a/postgis/postgis_after_upgrade.sql b/postgis/postgis_after_upgrade.sql
index 9bbd5cc..02f8692 100644
--- a/postgis/postgis_after_upgrade.sql
+++ b/postgis/postgis_after_upgrade.sql
@@ -171,6 +171,7 @@ DROP FUNCTION IF EXISTS postgis_uses_stats(); -- deprecated in 2.0
 DROP FUNCTION IF EXISTS ST_GeneratePoints(geometry, numeric); -- numeric -> integer
 
 -- Old accum aggregate support type, removed in 2.5.0
+-- See #4035
 DROP TYPE IF EXISTS pgis_abs CASCADE;
 
 DROP FUNCTION IF EXISTS st_astwkb(geometry, integer, bigint, bool, bool); -- temporarely introduced before 2.2.0 final
@@ -230,10 +231,6 @@ DROP FUNCTION IF EXISTS st_distance_sphere(geometry, geometry);
 -- dev function 3.0 cycle
 DROP FUNCTION IF EXISTS pgis_geometry_union_transfn(internal, geometry);
 
--- pgis_abs type was increased from 8 bytes in 2.1 to 16 bytes in 2.2
--- See #3460
-UPDATE pg_type SET typlen=16 WHERE typname='pgis_abs' AND typlen=8;
-
 -- #4394
 update pg_operator set oprcanhash = true, oprcanmerge = true where oprname = '=' and oprcode = 'geometry_eq'::regproc;
 

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

Summary of changes:
 postgis/postgis_after_upgrade.sql | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list