[PostGIS] #5793: Crash on Buffer of Empty array
PostGIS
trac at osgeo.org
Wed Oct 9 08:54:59 PDT 2024
#5793: Crash on Buffer of Empty array
----------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.5.1
Component: postgis | Version: 3.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
This is such a large collection of functions, it would stand to reason
that a simpler version would still crash, but this doesn't, even though I
think it's pushing the same stuff into the buffer call.
{{{
select st_buffer(st_collect(tab.shape::geometry)::geography, 10) from tab;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5793#comment:1>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list