[SCM] PostGIS branch stable-3.4 updated. 3.4.2-43-g682776d3f

git at osgeo.org git at osgeo.org
Wed Jun 26 22:18:34 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, stable-3.4 has been updated
       via  682776d3f96ab2400e662530b03f99a640fe0e19 (commit)
      from  1d03645f2643e6d2b49861b3eecb4f957247a4e0 (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 682776d3f96ab2400e662530b03f99a640fe0e19
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Jun 27 01:17:22 2024 -0400

    Correction in ST_IsSimple doco from lukaseder
    Closes #5749 for PostGIS 3.4.3

diff --git a/doc/reference_accessor.xml b/doc/reference_accessor.xml
index d17b86f9f..f4da6329d 100644
--- a/doc/reference_accessor.xml
+++ b/doc/reference_accessor.xml
@@ -2013,7 +2013,7 @@ FROM (SELECT 'LINESTRING(0 0, 0 1, 1 0, 1 1, 0 0)'::geometry AS geom) AS foo;
 		<programlisting> SELECT ST_IsSimple(ST_GeomFromText('POLYGON((1 2, 3 4, 5 6, 1 2))'));
  st_issimple
 -------------
- t
+ f
 (1 row)
 
  SELECT ST_IsSimple(ST_GeomFromText('LINESTRING(1 1,2 2,2 3.5,1 3,1 2,2 1)'));

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

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