RSS Parrot

BETA

🦜 {16} Newly commented tickets with latest comment – PostGIS

@trac.osgeo.org.postgis.report.16@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Your feed and you don't want it here? Just e-mail the birb.

Site URL: trac.osgeo.org/postgis/report/16

Feed URL: trac.osgeo.org/postgis/report/16?format=rss

Posts: 11

Followers: 4

#5926: raster garden tests are broken

Published: June 7, 2025 01:03

I think this might have happened with the docbook xml, change, perhaps some parts I didn't account for. During garden tests, the raster garden is failing with: See Also ERROR: syntax error at or near "Raster" LINE 1: Ra

#2297: topology garden test

Published: June 7, 2025 00:18

In 496a9b33/git: Garden fixings Fixup topology garden xsl so some tests work , still needs some work References #2297 Add sfcgal garden to make garden target and remove some failing test on it for now Have GHA start doing garden tests on latest Change…

#5910: ST_AsBinary, ST_AsEWKB, and ST_AsHEXEWKB return results even when given invalid byte order strings

Published: June 6, 2025 19:47

The functions ST_AsEWKB, ST_AsBinary, and ST_AsHEXEWKB accept an optional second argument that specifies the byte order of the output. According to the documentation, the valid values are 'XDR' (big endian) and 'NDR' (little endian). However, I noticed

#5909: Server crashes when ST_ValueCount is called with table and column names but the table is empty

Published: June 6, 2025 19:39

In 4f8df36/git: ST_ValueCount crashes on empty table, references #5909

#5925: TopoGeo_AddPoint crash on infinite point

Published: June 6, 2025 14:16

This one is harder to replicate, cause it only seems to happen with the test topology that the garden tests generated SELECT TopoGeo_AddPoint('test', '0101000020E6100000000000000000F07F000000000000F07F'::geometry, 20.1)

#5630: CG_Visibility crash

Published: June 6, 2025 13:42

Also crashes on empty polygon. SELECT CG_Visibility(ST_GeomFromText('POLYGON EMPTY',4326), ST_Point(1,2,4326) , ST_Point(1,2,4326))

#5924: CG_Simplify crash on malformed linestrings

Published: June 6, 2025 13:33

Crash log here - ​https://github.com/robe2/postgis/actions/runs/15482089345/job/43589634035 Crashing query SELECT CG_Simplify(ST_GeomFromText('LINESTRING(1 2, 1 2)',4326), 20.1, false)

#5923: CG_ExtrudeStraightSkeleton crashes with polygon empty

Published: June 6, 2025 02:00

SELECT CG_ExtrudeStraightSkeleton(ST_GeomFromText('POLYGON EMPTY',4326), 20.1, 20.1) I tested on my install - POSTGIS="3.6.0dev 3.5.0-373-g51b525ac5" [EXTENSION] PGSQL="180" GEOS="3.14.0dev-CAPI-1.20.0" SFCGAL="SFCGAL 2.1.0, CGAL

#5905: Server crashes when input geometries with excessive nesting are passed to ST_DumpPoints or ST_DumpSegments

Published: June 6, 2025 01:23

In 9a9ffca/git: Guard against overly nested collections in dump functions, references #5905

#5912: ST_GeomFromGML crashes when parsing GML with xlink attributes

Published: June 5, 2025 21:14

In bd53944/git: Remove crash when using xlink without a gml prefix, references #5912

#5922: TopoGeo_AddLineString crash on empty

Published: June 5, 2025 03:13

SELECT CreateTopology('test', 4326); SELECT TopoGeo_AddLineString('test', ST_GeomFromText('LINESTRING EMPTY',4326), 20.1); Not sure how far back you want to patch this, I didn't check 3.5 and below