[postgis-tickets] [PostGIS] #4340: ST_Union of 2GB of simple boxes not allowed
PostGIS
trac at osgeo.org
Wed Mar 6 07:56:51 PST 2019
#4340: ST_Union of 2GB of simple boxes not allowed
---------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.2
Component: postgis | Version: 2.4.x
Keywords: |
---------------------+---------------------------
ST_Union collects an array that is too long. Instead of failing here it
could have unioned what's available already, pushed into one object and
continue collecting.
{{{
[2019-03-06 18:50:46] [54000] ERROR: array size exceeds the maximum
allowed (1073741823)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4340>
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