[SCM] PostGIS branch stable-3.3 updated. 3.3.9-11-g9abdb5153

git at osgeo.org git at osgeo.org
Tue Mar 31 14:22:43 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, stable-3.3 has been updated
       via  9abdb5153690679b44cced668ba32c9cba833dc5 (commit)
      from  f47c0154ed450c0d4c30f91daa9c8797d0f94c35 (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 9abdb5153690679b44cced668ba32c9cba833dc5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Mar 31 14:22:38 2026 -0700

    Ensure that functions called in upgrade script are fully qualified

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index ecde392fd..815f13c63 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -3156,7 +3156,7 @@ BEGIN
 	END;
 
 	BEGIN
-		SELECT postgis_raster_scripts_installed() INTO rast_scr_ver;
+		SELECT @extschema at .postgis_raster_scripts_installed() INTO rast_scr_ver;
 	EXCEPTION
 		WHEN undefined_function THEN
 			RAISE DEBUG 'Function postgis_raster_scripts_installed() not found. Is raster support enabled and rtpostgis.sql installed?';

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

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