[SCM] PostGIS branch stable-3.4 updated. 3.4.4-78-gcd048b71d

git at osgeo.org git at osgeo.org
Sat Feb 7 23:09:04 PST 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, stable-3.4 has been updated
       via  cd048b71de18eaaf6247f8cf6854ec2aaa2aae85 (commit)
      from  c85e002c6c6d6b0bbac1a2f8e8f49615650abcec (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 cd048b71de18eaaf6247f8cf6854ec2aaa2aae85
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Feb 8 01:55:15 2026 -0500

    Remove create schema tiger_data.  This should not be part of the extension

diff --git a/extras/tiger_geocoder/tiger_loader_2023.sql b/extras/tiger_geocoder/tiger_loader_2023.sql
index 65c497ce2..a36bea5f9 100644
--- a/extras/tiger_geocoder/tiger_loader_2023.sql
+++ b/extras/tiger_geocoder/tiger_loader_2023.sql
@@ -245,13 +245,6 @@ BEGIN
 END
 $$ LANGUAGE 'plpgsql';
 
-DO
-$$
-BEGIN
-    CREATE SCHEMA IF NOT EXISTS tiger_data;
-END
-$$ LANGUAGE 'plpgsql';
-
 DELETE FROM loader_platform WHERE os IN ('sh', 'windows');
 GRANT SELECT ON TABLE loader_platform TO public;
 INSERT INTO loader_platform(os, wget, pgbin, declare_sect, unzip_command, psql,path_sep,loader, environ_set_command, county_process_command)

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

Summary of changes:
 extras/tiger_geocoder/tiger_loader_2023.sql | 7 -------
 1 file changed, 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list