[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-81-g33db86a

git at osgeo.org git at osgeo.org
Tue Oct 6 02:24:04 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  33db86ac377e060f59c353ab7b44703ebfbf90aa (commit)
      from  43b1f58ed8869d4a6d0b2c58cbecc49d407e39e2 (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 33db86ac377e060f59c353ab7b44703ebfbf90aa
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Oct 6 11:02:49 2020 +0200

    Fix schema variable name

diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 8489bab..2389b42 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -2938,7 +2938,7 @@ BEGIN
 					sql := format(
 					          'CREATE EXTENSION %1$I SCHEMA %2$I VERSION unpackaged;'
 					          'ALTER EXTENSION %1%I UPDATE TO %3$I',
-					          rec.name, install_schema, rec.default_version);
+					          rec.name, var_schema, rec.default_version);
 				ELSE
 					sql := format(
 					         'CREATE EXTENSION %1$I VERSION unpackaged;'

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

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