[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-4-gcf49794

git at osgeo.org git at osgeo.org
Thu Jul 23 01:02:50 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, master has been updated
       via  cf4979411652d6f9e60f37ebe071d5994eb5c155 (commit)
      from  22486ae5b9e085b5fc1f41837cb622bd581117ff (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 cf4979411652d6f9e60f37ebe071d5994eb5c155
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 master 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