[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 72c0c0ea04cb55f84e0d7d1ad12e0ceb8e3520d7

git at osgeo.org git at osgeo.org
Mon Feb 10 17:43:30 PST 2020


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.0 has been updated
       via  72c0c0ea04cb55f84e0d7d1ad12e0ceb8e3520d7 (commit)
      from  98ddd8c3a369ea9a2c33fb0e78b45ea90729ba0e (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 72c0c0ea04cb55f84e0d7d1ad12e0ceb8e3520d7
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 10 20:43:24 2020 -0500

    Put back postgis lib version accidentally taken out in prior commits. References #4637 for PostGIS 3.0.1

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 03c4459..8d1c802 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -2915,7 +2915,8 @@ DECLARE
 	pgsql_ver text;
 	core_is_extension bool;
 BEGIN
-	SELECT @extschema at .postgis_svn_version() INTO libver;
+	SELECT @extschema at .postgis_lib_version() INTO libver;
+	SELECT @extschema at .postgis_svn_version() INTO librev;
 	SELECT @extschema at .postgis_proj_version() INTO projver;
 	SELECT @extschema at .postgis_geos_version() INTO geosver;
 	SELECT @extschema at .postgis_libjson_version() INTO json_lib_ver;

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

Summary of changes:
 postgis/postgis.sql.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list