[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-30-g1b885cfff

git at osgeo.org git at osgeo.org
Wed Jul 13 07:11:50 PDT 2022


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  1b885cfff60dba0dc1b8e01c5fbfc173f3785b1d (commit)
      from  bd52aa97d5410945da98c7cdb75bab6d4ecd614a (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 1b885cfff60dba0dc1b8e01c5fbfc173f3785b1d
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 13 10:11:43 2022 -0400

    Put in changed notice, was missed for postgis_extensions_upgrade

diff --git a/doc/reference_version.xml b/doc/reference_version.xml
index bf1c25e78..faa845f26 100644
--- a/doc/reference_version.xml
+++ b/doc/reference_version.xml
@@ -43,6 +43,7 @@ postgis_topology, postgis_sfcgal) to latest available version.
 
 		<para>Availability: 2.5.0</para>
 		<note>
+            <para>Changed: 3.3.0 support for upgrades from any PostGIS version. Does not work on all systems.</para>
 			<para>Changed: 3.0.0 to repackage loose extensions and support postgis_raster.</para>
 		</note>
 	  </refsection>
diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index d59bccc13..3aae1137f 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -2964,6 +2964,7 @@ AS $$
 $$ LANGUAGE 'sql' STABLE;
 
 -- Availability: 2.5.0
+-- Changed: 3.3.0 support for upgrades from any PostGIS version
 -- Changed: 3.0.1 install from unpackaged should include postgis schema #4581
 -- Changed: 3.0.0 also upgrade postgis_raster if it exists
 CREATE OR REPLACE FUNCTION postgis_extensions_upgrade() RETURNS text

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

Summary of changes:
 doc/reference_version.xml | 1 +
 postgis/postgis.sql.in    | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list