[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-80-gb124e4f
git at osgeo.org
git at osgeo.org
Wed Feb 17 16:20:04 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 b124e4fecdd54d87e826845b997d89381bf379d1 (commit)
from a3d4f6f3b9282881e05dcdf14f5a7575e518d78b (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 b124e4fecdd54d87e826845b997d89381bf379d1
Author: Martin Davis <mtnclimb at gmail.com>
Date: Wed Feb 17 16:19:59 2021 -0800
Make doc ref ST_ValidReason signatures consistent
diff --git a/doc/reference_validation.xml b/doc/reference_validation.xml
index eef1e92..dc9d960 100644
--- a/doc/reference_validation.xml
+++ b/doc/reference_validation.xml
@@ -213,12 +213,12 @@ SELECT * FROM ST_IsValidDetail('LINESTRING(220227 150406,2220227 150407,222020 1
<funcprototype>
<funcdef>text <function>ST_IsValidReason</function></funcdef>
<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>
- <paramdef><type>integer </type> <parameter>flags</parameter></paramdef>
</funcprototype>
<funcprototype>
<funcdef>text <function>ST_IsValidReason</function></funcdef>
<paramdef><type>geometry </type> <parameter>geomA</parameter></paramdef>
+ <paramdef><type>integer </type> <parameter>flags</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_validation.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list