[SCM] PostGIS branch master updated. 3.6.0rc2-669-ga4ecc4617
git at osgeo.org
git at osgeo.org
Wed Jun 24 12:54:25 PDT 2026
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 a4ecc46176c3fc0ab3fa69cf117d408bc622e592 (commit)
from 182a5670ffc8c9e4c44b9465d29c478eb142b204 (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 a4ecc46176c3fc0ab3fa69cf117d408bc622e592
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Thu Jun 18 19:51:11 2026 +0400
doc: correct ST_BandIsNoData forceChecking default
The SQL signature defaults forceChecking to false, and the function description already says the default is false. Align the synopsis so users looking for the cheap metadata path do not see the expensive forced scan advertised as the default.
References #5176
Closes https://github.com/postgis/postgis/pull/977
diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 00206e352..ce2fc210d 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -3976,12 +3976,12 @@ WHERE rid = 2;
<funcdef>boolean <function>ST_BandIsNoData</function></funcdef>
<paramdef><type>raster </type> <parameter>rast</parameter></paramdef>
<paramdef><type>integer </type> <parameter>band</parameter></paramdef>
- <paramdef choice="opt"><type>boolean </type> <parameter>forceChecking=true</parameter></paramdef>
+ <paramdef choice="opt"><type>boolean </type> <parameter>forceChecking=false</parameter></paramdef>
</funcprototype>
<funcprototype>
<funcdef>boolean <function>ST_BandIsNoData</function></funcdef>
<paramdef><type>raster </type> <parameter>rast</parameter></paramdef>
- <paramdef choice="opt"><type>boolean </type> <parameter>forceChecking=true</parameter></paramdef>
+ <paramdef choice="opt"><type>boolean </type> <parameter>forceChecking=false</parameter></paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
-----------------------------------------------------------------------
Summary of changes:
doc/reference_raster.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list