[SCM] PostGIS branch master updated. 3.6.0rc2-601-g95226e1ad

git at osgeo.org git at osgeo.org
Thu Jun 18 07:44:49 PDT 2026


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  95226e1ad45650c30a6fb0da1af67eca18554ea8 (commit)
      from  184d3a567885288608c1049c4cbe32f7058176dc (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 95226e1ad45650c30a6fb0da1af67eca18554ea8
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Tue Jun 16 23:38:34 2026 +0400

    loader: stop marking tiger geocoder for upgrade
    
    Keep the loader upgrade helper from setting postgis_tiger_geocoder.extversion to ANY now that postgis_extensions_upgrade() no longer iterates that extension.
    
    Closes https://github.com/postgis/postgis/pull/901

diff --git a/NEWS b/NEWS
index 6ad9ec024..ef97557c4 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,8 @@ To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed
  - #5948, [topology] Prevent MakeTopologyPrecise from erasing edges when
           grid size exceeds their extent (Darafei Praliaskouski)
  - #5959, Prevent histogram target overflow when analysing massive tables (Darafei Praliaskouski)
+ - GH-901, Stop loader upgrade helper from marking postgis_tiger_geocoder
+          for extension upgrade (Darafei Praliaskouski)
  - #6080, Avoid out-of-bounds hex WKB lookup for high-bit input bytes
           (Darafei Praliaskouski)
  - #4828, geometry_columns handles NOT VALID SRID checks without errors (Darafei Praliaskouski)
diff --git a/loader/postgis.pl b/loader/postgis.pl
index fa2ea8a62..ff8cc8e28 100644
--- a/loader/postgis.pl
+++ b/loader/postgis.pl
@@ -232,8 +232,7 @@ BEGIN
       'postgis',
       'postgis_raster',
       'postgis_sfcgal',
-      'postgis_topology',
-      'postgis_tiger_geocoder'
+      'postgis_topology'
     );
     PERFORM postgis_extensions_upgrade();
   END IF;

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

Summary of changes:
 NEWS              | 2 ++
 loader/postgis.pl | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list