[postgis-tickets] [PostGIS] #5005: ST_FlatGeoBuf crashes on tables with non-geometry attributes (was: ST_FlatGeoBuf crashes on table with dupe values)
PostGIS
trac at osgeo.org
Sat Oct 23 09:03:54 PDT 2021
#5005: ST_FlatGeoBuf crashes on tables with non-geometry attributes
-----------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: critical | Milestone: PostGIS 3.2.0
Component: postgis | Version: master
Resolution: | Keywords:
-----------------------+---------------------------
Comment (by robe):
Okay I just noticed this doesn't crash:
{{{
SELECT ST_AsFlatGeobuf(t)
FROM (SELECT geom FROM test_fgb) AS t;
}}}
So I think it has something to do with non-geometry columns
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5005#comment:4>
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