[SCM] PostGIS branch stable-3.5 updated. 3.5.2-28-gdfe21fff9
git at osgeo.org
git at osgeo.org
Tue Apr 22 12:51:58 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.5 has been updated
via dfe21fff97c396d85bafe759462c11f76431120c (commit)
from 7e23418c287b8fd31be0410688c9aa4691fbc83f (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 dfe21fff97c396d85bafe759462c11f76431120c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 22 12:51:52 2025 -0700
Build fixes for Apple clang version 16.0.0
diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index e5ee01cb6..6f1630575 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -6417,7 +6417,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