[SCM] PostGIS branch master updated. 3.6.0rc2-602-g746769bc9

git at osgeo.org git at osgeo.org
Thu Jun 18 08:18:27 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  746769bc9603c34262f2a704369a5efda9ac4ebe (commit)
      from  95226e1ad45650c30a6fb0da1af67eca18554ea8 (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 746769bc9603c34262f2a704369a5efda9ac4ebe
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Wed Jun 17 08:30:26 2026 +0400

    doc: fix Japanese PDF listing arrows
    
    Replace non-ASCII arrows in the CG_GenerateSkillionRoof SQL program listing so the Japanese PDF build does not trip over undefined XeTeX/listings control sequences.
    
    Closes https://github.com/postgis/postgis/pull/928
    Closes #6082

diff --git a/NEWS b/NEWS
index ef97557c4..9c40c9f0c 100644
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,8 @@ To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed
           finite coordinates (Darafei Praliaskouski)
  - GH-892, Add OSS-Fuzz coverage for TWKB and serialized raster inputs,
           including guards for malformed TWKB reads and counts (Darafei Praliaskouski)
+ - #6082, Fix Japanese PDF build by avoiding non-ASCII arrows in SQL
+          program listings (Darafei Praliaskouski)
  - GH-888, [sfcgal] Avoid stale detoasted geometry access in
           CG_Visibility empty-input handling for SFCGAL < 2.2
           (Darafei Praliaskouski)
diff --git a/doc/reference_sfcgal.xml b/doc/reference_sfcgal.xml
index 936367412..85037ed0f 100644
--- a/doc/reference_sfcgal.xml
+++ b/doc/reference_sfcgal.xml
@@ -2083,14 +2083,14 @@ SELECT CG_ApproximateMedialAxis('POLYGON((0 0,2 0,2 1,0 1,0 0))', true);
                     <tbody>
                         <row>
                             <entry>
-                                <programlisting>-- height 2.0 → 6 patches
+                                <programlisting>-- height 2.0 -> 6 patches
 SELECT ST_NumPatches(
   CG_GenerateSkillionRoof(
     'POLYGON((0 0,5 0,5 4,0 4,0 0))',
     2.0));
 -- 6
 
--- height 4.0 → 5 patches (one face filtered)
+-- height 4.0 -> 5 patches (one face filtered)
 SELECT ST_NumPatches(
   CG_GenerateSkillionRoof(
     'POLYGON((0 0,5 0,5 4,0 4,0 0))',

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

Summary of changes:
 NEWS                     | 2 ++
 doc/reference_sfcgal.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list