[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.1-8-gc0e66c7af

git at osgeo.org git at osgeo.org
Wed Sep 28 20:50:47 PDT 2022


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  c0e66c7af3791452c2da09506204949945fbc063 (commit)
      from  8ac4b098cad1a4d434dc01ce1e512d58c85eda69 (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 c0e66c7af3791452c2da09506204949945fbc063
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Sep 28 23:50:42 2022 -0400

    Add schema qual to upgrade util

diff --git a/NEWS b/NEWS
index ea1247973..c15c587de 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ xxxx/xx/xx
 * Bug Fix *
   - #5248, Marc21 documentation missing (Regina Obe)
   - #5420, ST_DumpPoints and ST_DumpSegments crash with empty polygon (Regina Obe)
+  - Add schema qual to upgrade util (Regina Obe)
 
 
 PostGIS 3.3.1
diff --git a/utils/create_upgrade.pl b/utils/create_upgrade.pl
index 25635aa02..f941146f9 100755
--- a/utils/create_upgrade.pl
+++ b/utils/create_upgrade.pl
@@ -338,7 +338,7 @@ EOF
 DO LANGUAGE 'plpgsql'
 \$postgis_proc_upgrade\$
 BEGIN
-  IF current_setting('server_version_num')::integer >= 120000
+  IF pg_catalog.current_setting('server_version_num')::integer >= 120000
   THEN
     EXECUTE \$postgis_proc_upgrade_parsed_def\$ $pg12_def \$postgis_proc_upgrade_parsed_def\$;
   ELSIF $last_updated > version_from_num OR (

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

Summary of changes:
 NEWS                    | 1 +
 utils/create_upgrade.pl | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list