[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha1-6-g4c0a0b5

git at osgeo.org git at osgeo.org
Mon Feb 3 13:31:01 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, master has been updated
       via  4c0a0b5665019832f502cd3dfa4286137f02db3e (commit)
       via  aeaa834b1b054ea323cd56daa11b846dc2acd0da (commit)
      from  70cdfd4f9eda64d7589532e44cd1188679be1483 (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 4c0a0b5665019832f502cd3dfa4286137f02db3e
Merge: 70cdfd4 aeaa834
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 3 13:30:56 2020 -0800

    Merge branch 'drop-librev-r-prefix' of sebastic/postgis into master


commit aeaa834b1b054ea323cd56daa11b846dc2acd0da
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Feb 3 18:58:40 2020 +0100

    Drop 'r' prefix for git revision in postgis_full_version().

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 2b46537..f8d1022 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -2993,7 +2993,7 @@ BEGIN
 	fullver = 'POSTGIS="' || libver;
 
 	IF  librev IS NOT NULL THEN
-		fullver = fullver || ' r' || librev;
+		fullver = fullver || ' ' || librev;
 	END IF;
 
 	fullver = fullver || '"';

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list