[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-144-gcea5ceaea
git at osgeo.org
git at osgeo.org
Wed Sep 28 20:46:10 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, master has been updated
via cea5ceaea8f1c3da18abd3b200c8024d551d0f2e (commit)
from db9ec5fe325b417a0013c4c4b73213a1a51666f2 (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 cea5ceaea8f1c3da18abd3b200c8024d551d0f2e
Author: Regina Obe <lr at pcorp.us>
Date: Wed Sep 28 23:45:59 2022 -0400
Add missing schema qual to upgrade util
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:
utils/create_upgrade.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list