[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-417-g89e3ce9
git at osgeo.org
git at osgeo.org
Sat Aug 21 16:13:42 PDT 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 89e3ce9ac5f9832aa24e19ac687b3f8a993d1119 (commit)
from 529e39e929108a5d7fbd641ab3c2cd490a76008d (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 89e3ce9ac5f9832aa24e19ac687b3f8a993d1119
Author: Martin Davis <mtnclimb at gmail.com>
Date: Sat Aug 21 16:13:37 2021 -0700
Fix doc ST_LineSubstring example
diff --git a/doc/reference_lrs.xml b/doc/reference_lrs.xml
index b114516..b9755cc 100644
--- a/doc/reference_lrs.xml
+++ b/doc/reference_lrs.xml
@@ -423,7 +423,7 @@ CROSS JOIN LATERAL (
(sublen * (i+1)) / len AS endfrac
FROM generate_series(0, floor( d.len / sublen )::integer ) AS t(i)
-- skip last i if line length is exact multiple of sublen
- WHERE (sublen * i)/len <> 1.0
+ WHERE (sublen * i)/len <> 1.0
) AS d2;
id | i | geom
-----------------------------------------------------------------------
Summary of changes:
doc/reference_lrs.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list