[SCM] PostGIS branch stable-3.4 updated. 3.4.4-14-gd6da6d238

git at osgeo.org git at osgeo.org
Tue Apr 22 12:51:36 PDT 2025


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  d6da6d2385d258c92bb5667612ef53fd7ca12290 (commit)
      from  330244e4213df98329f3d59acfad0e1120f57909 (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 d6da6d2385d258c92bb5667612ef53fd7ca12290
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 22 12:51:30 2025 -0700

    Look for legacy srid function signature

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 5ea71e71f..5e7f8fd04 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -6444,7 +6444,7 @@ CREATE OR REPLACE VIEW geometry_columns AS
 	 LEFT JOIN ( SELECT s.connamespace,
 			s.conrelid,
 			s.conkey,
-			(regexp_match(s.consrc, E'st_srid\(\w+\)\s*=\s*(\d+)', E'i'))[1]::integer As srid
+			(regexp_match(s.consrc, E'srid\(\w+\)\s*=\s*(\d+)', E'i'))[1]::integer As srid
 		   FROM (SELECT connamespace, conrelid, conkey, pg_get_constraintdef(oid) As consrc
 			FROM pg_constraint) AS s
 		  WHERE s.consrc ~* E'srid(\w+)\s*=\s*\d+'::text

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

Summary of changes:
 postgis/postgis.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list