[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-129-g6ee9592

git at osgeo.org git at osgeo.org
Mon Nov 2 14:54:48 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  6ee95923377378bc83f512ccc62bf62d861b2618 (commit)
      from  6b5aaea8dba9708b18f164312fad167fe67c6492 (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 6ee95923377378bc83f512ccc62bf62d861b2618
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 2 17:54:27 2020 -0500

    Fix raster doc swap of type and parameter name was triggering raster_comments.sql load to fail

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index d4ebc82..dc01897 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -10029,7 +10029,7 @@ FROM (
 
 						<funcprototype>
 							<funcdef>raster <function>ST_MapAlgebra</function></funcdef>
-							<paramdef><type>nband</type> <parameter>integer</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>
 							<paramdef><type>boolean </type> <parameter>weighted</parameter></paramdef>

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

Summary of changes:
 doc/reference_raster.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list