[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-60-g20f4d1b

git at osgeo.org git at osgeo.org
Sun Feb 7 21:34:01 PST 2021


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  20f4d1b9165c00c92e8682894961dc4522c354b9 (commit)
      from  5d51be921780f5d84e72170b5a7c1d182bffeeef (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 20f4d1b9165c00c92e8682894961dc4522c354b9
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 8 00:33:57 2021 -0500

    Minor formatting

diff --git a/doc/reference_validation.xml b/doc/reference_validation.xml
index 1268e87..2536473 100644
--- a/doc/reference_validation.xml
+++ b/doc/reference_validation.xml
@@ -233,8 +233,9 @@ Allowed <varname>flags</varname> are documented in <xref linkend="ST_IsValidDeta
 		<title>Examples</title>
 
         <programlisting>-- invalid bow-tie polygon
-SELECT ST_IsValidReason('POLYGON ((100 200, 100 100, 200 200, 200
-100, 100 200))'::geometry) as validity_info;
+SELECT ST_IsValidReason(
+    'POLYGON ((100 200, 100 100, 200 200,
+     200 100, 100 200))'::geometry) as validity_info;
 validity_info
 --------------------------
 Self-intersection[150 150]

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

Summary of changes:
 doc/reference_validation.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list