[SCM] PostGIS branch master updated. 3.5.0alpha2-49-gaef3e41ab

git at osgeo.org git at osgeo.org
Fri Aug 30 02:37:16 PDT 2024


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  aef3e41ab10e2f80cdbdf58f623faa92e52b0b10 (commit)
      from  c99603a93c6d023da50a6366d267bd6288c756c3 (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 aef3e41ab10e2f80cdbdf58f623faa92e52b0b10
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Aug 30 11:36:56 2024 +0200

    Add minimum supporting PostgreSQL version for PostgreSQL 16 and 17

diff --git a/utils/check_all_upgrades.sh b/utils/check_all_upgrades.sh
index b10029494..d6820618e 100755
--- a/utils/check_all_upgrades.sh
+++ b/utils/check_all_upgrades.sh
@@ -107,6 +107,8 @@ minimum_postgis_version_for_postgresql_major_version()
 13:3.0
 14:3.1
 15:3.2
+16:3.3
+17:3.3
 EOF
   fi
 

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

Summary of changes:
 utils/check_all_upgrades.sh | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list