[SCM] PostGIS branch stable-3.5 updated. 3.5.3-16-gee62ab039

git at osgeo.org git at osgeo.org
Fri Jun 6 19:30:42 PDT 2025


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, stable-3.5 has been updated
       via  ee62ab039211f99d8498019e026a14a229e13d26 (commit)
      from  93eab661c2071fe2333e62e6f3d9c77c3904108b (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 ee62ab039211f99d8498019e026a14a229e13d26
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 6 22:30:34 2025 -0400

    Fix raster garden, closes #5926 for PostGIS 3.5.4

diff --git a/doc/xsl/raster_gardentest.sql.xsl b/doc/xsl/raster_gardentest.sql.xsl
index aa0f61998..0d0439216 100644
--- a/doc/xsl/raster_gardentest.sql.xsl
+++ b/doc/xsl/raster_gardentest.sql.xsl
@@ -133,8 +133,8 @@ DROP TABLE IF EXISTS <xsl:value-of select="$var_logtable" />;
 CREATE TABLE <xsl:value-of select="$var_logtable" />(logid serial PRIMARY KEY, log_label text, spatial_class text DEFAULT 'raster', func text, g1 text, g2 text, log_start timestamp, log_end timestamp, log_sql text);
 DROP TABLE IF EXISTS <xsl:value-of select="$var_logtable" />_output;
 CREATE TABLE <xsl:value-of select="$var_logtable" />_output(logid integer PRIMARY KEY, log_output xml);
-						<xsl:apply-templates select="/db:book/db:chapter[@xml:id='RT_reference']" />
-            <xsl:apply-templates select="/db:book/db:chapter[@xml:id='RT_reference']/db:section[contains(@xml:id, 'Type')]" />
+			<xsl:apply-templates select="/db:book/db:chapter[@xml:id='RT_reference']" />
+           
         </xsl:template>
 	<xsl:template match='db:chapter'>
 <!-- define a table we call pgis_rgarden_mega that will contain a raster column with a band for all types of pixels we support -->

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

Summary of changes:
 doc/xsl/raster_gardentest.sql.xsl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list