[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-80-g43b1f58

git at osgeo.org git at osgeo.org
Mon Oct 5 14:57:38 PDT 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  43b1f58ed8869d4a6d0b2c58cbecc49d407e39e2 (commit)
      from  520af0e8d1bb6e9544d974713bb87e428ff4230b (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 43b1f58ed8869d4a6d0b2c58cbecc49d407e39e2
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Oct 5 23:57:18 2020 +0200

    Add missing THEN

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index e7ea8a5..8489bab 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -2934,6 +2934,7 @@ BEGIN
 				    AND n.oid = p.pronamespace
 				  LIMIT 1;
 				IF rec.name NOT IN('postgis_topology', 'postgis_tiger_geocoder')
+				THEN
 					sql := format(
 					          'CREATE EXTENSION %1$I SCHEMA %2$I VERSION unpackaged;'
 					          'ALTER EXTENSION %1%I UPDATE TO %3$I',

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list