[SCM] PostGIS branch stable-3.5 updated. 3.5.4-6-g909de291b
git at osgeo.org
git at osgeo.org
Sat Nov 8 20:29:29 PST 2025
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, stable-3.5 has been updated
via 909de291b75f5e96079468be73ffae5d72bc2ea3 (commit)
from 06fbe94ffe37c1e9d26328b7554c2050feaae1b6 (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 909de291b75f5e96079468be73ffae5d72bc2ea3
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 8 23:29:18 2025 -0500
Correct max version of PostgreSQL should be 18 not 17
diff --git a/doc/postgis.xml b/doc/postgis.xml
index 185df166d..7f273df14 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -16,7 +16,7 @@
<!ENTITY last_geos_release_version "3.13.0">
<!ENTITY min_geos_version "3.8.0">
<!ENTITY min_postgres_version "12">
-<!ENTITY max_postgres_version "17">
+<!ENTITY max_postgres_version "18">
<!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY installation SYSTEM "installation.xml">
-----------------------------------------------------------------------
Summary of changes:
doc/postgis.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list