[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-192-ga32fd7c92

git at osgeo.org git at osgeo.org
Mon Sep 4 01:49:33 PDT 2023


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  a32fd7c925abc88dfd3c63ffe9ba62dcca002490 (commit)
      from  57c5dad0f32990921d6aa8d6fbf34366d0adffd4 (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 a32fd7c925abc88dfd3c63ffe9ba62dcca002490
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Sep 4 10:49:13 2023 +0200

    Tweak wording for deprecated function upgrade need

diff --git a/loader/postgis.pl b/loader/postgis.pl
index e7b66025b..45536a0f4 100644
--- a/loader/postgis.pl
+++ b/loader/postgis.pl
@@ -257,7 +257,7 @@ SELECT n.nspname
     }
 		elsif ( $FULL_VERSION =~ /deprecated functions/ )
 		{
-			$NEED_UPGRADE=" - NEEDS UPGRADE FOR USE OF DEPRECATED FUNCTIONS)";
+			$NEED_UPGRADE=" - NEEDS UPGRADE (HAS DEPRECATED FUNCTIONS)";
 		}
 
     print "db $db has postgis ${VERSION}${EXTENSION} in schema ${SCHEMA}${NEED_UPGRADE}\n";

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list