[SCM] PostGIS branch master updated. 3.6.0rc2-225-g8941ee3f9

git at osgeo.org git at osgeo.org
Thu Nov 27 17:57:03 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, master has been updated
       via  8941ee3f906a77b673be5e6d60d69397ef4fd59d (commit)
      from  feb3413c042bcb6891ce3a9ce62471071d02f0e0 (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 8941ee3f906a77b673be5e6d60d69397ef4fd59d
Author: Peter Nguyen <petern0408 at gmail.com>
Date:   Wed Nov 5 23:47:46 2025 -0800

    Fix example expected output in ST_Boundary docs
    Closes https://github.com/postgis/postgis/pull/836
    for PostGIS 3.7.0

diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index 4cbcd8f74..52b096594 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -206,7 +206,7 @@ SELECT ST_AsEWKT(ST_Boundary(ST_GeomFromEWKT('MULTILINESTRING((1 1 1,0 0 0.5, -1
 
 st_asewkt
 ----------
-MULTIPOINT((-1 1 1),(1 1 0.75))
+MULTIPOINT((1 1 1),(-1 1 1))
 </programlisting>
 		</refsection>
 		<refsection>

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

Summary of changes:
 doc/reference_accessor.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list