[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.4-23-g2fe99bb

git at osgeo.org git at osgeo.org
Thu Jul 23 01:06:51 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-2.5 has been updated
       via  2fe99bbcfb1ddf09db238e300ac3853655a3457c (commit)
      from  9be75d18e77d786161fff3f0528c1aad3e7d67ce (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 2fe99bbcfb1ddf09db238e300ac3853655a3457c
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...
    
    Closes #4728 in 2.5 branch

diff --git a/postgis/postgis_drop_after.sql b/postgis/postgis_drop_after.sql
index 9dabf00..3dd8245 100644
--- a/postgis/postgis_drop_after.sql
+++ b/postgis/postgis_drop_after.sql
@@ -156,6 +156,7 @@ DROP FUNCTION IF EXISTS ST_AsBinary(text); -- deprecated in 2.0
 DROP FUNCTION IF EXISTS postgis_uses_stats(); -- deprecated in 2.0
 
 -- 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
@@ -176,10 +177,6 @@ DROP FUNCTION IF EXISTS _ST_DistanceRectTree(g1 geometry, g2 geometry);
 DROP FUNCTION IF EXISTS _ST_DistanceRectTreeCached(g1 geometry, g2 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;
-
 DO language 'plpgsql'
 $$
 BEGIN

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list