[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-130-g812ab86
git at osgeo.org
git at osgeo.org
Mon Nov 2 15:15:37 PST 2020
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 812ab86095b32df3e66bb0cd105cd3c1f7b9e7cb (commit)
from 6ee95923377378bc83f512ccc62bf62d861b2618 (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 812ab86095b32df3e66bb0cd105cd3c1f7b9e7cb
Author: Regina Obe <lr at pcorp.us>
Date: Mon Nov 2 18:15:32 2020 -0500
Fix invalid proto for ST_MapAlgebra so comments can install
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index dc01897..5c268ef 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -10029,6 +10029,7 @@ FROM (
<funcprototype>
<funcdef>raster <function>ST_MapAlgebra</function></funcdef>
+ <paramdef><type>raster</type> <parameter>rast</parameter></paramdef>
<paramdef><type>integer</type> <parameter>nband</parameter></paramdef>
<paramdef><type>regprocedure </type> <parameter>callbackfunc</parameter></paramdef>
<paramdef><type>float8[] </type> <parameter>mask</parameter></paramdef>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_raster.xml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list