[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. f845dcc8e91e3ac3990a5ec128a31095f2f9b805
git at osgeo.org
git at osgeo.org
Fri Feb 7 21:04:59 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 f845dcc8e91e3ac3990a5ec128a31095f2f9b805 (commit)
from f02204656155ad820a400c4f180427726f49d83a (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 f845dcc8e91e3ac3990a5ec128a31095f2f9b805
Author: Regina Obe <lr at pcorp.us>
Date: Sat Feb 8 00:04:52 2020 -0500
Oops cannot use postgis_lib_version cause it is new, replace back with postgis_svn_version. References #4637 for PostGIS 3.0.1
diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 8c801cf..03c4459 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -2915,7 +2915,7 @@ DECLARE
pgsql_ver text;
core_is_extension bool;
BEGIN
- SELECT @extschema at .postgis_lib_version() INTO libver;
+ SELECT @extschema at .postgis_svn_version() INTO libver;
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;
@@ -2945,7 +2945,7 @@ BEGIN
SELECT @extschema at .postgis_libxml_version() INTO libxmlver;
SELECT @extschema at .postgis_scripts_installed() INTO dbproc;
SELECT @extschema at .postgis_scripts_released() INTO relproc;
- SELECT @extschema at .postgis_lib_revision() INTO librev;
+ SELECT @extschema at .postgis_svn_version() INTO librev;
BEGIN
SELECT topology.postgis_topology_scripts_installed() INTO topo_scr_ver;
EXCEPTION
-----------------------------------------------------------------------
Summary of changes:
postgis/postgis.sql.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list