[postgis-tickets] [PostGIS] #3178: EWKB emitter should emit complex empty geometry
PostGIS
trac at osgeo.org
Thu Jun 25 06:51:55 PDT 2015
#3178: EWKB emitter should emit complex empty geometry
----------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.1.8
Component: postgis | Version: trunk
Resolution: fixed | Keywords:
----------------------+---------------------------
Changes (by pramsey):
* status: new => closed
* resolution: => fixed
Comment:
I just had a severe debugging issue because of this. It looked very much
like a local install or hardware issue, because it was impossible to
replicate elsewhere. Turns out the replication issue was the inability to
dump/restore the actual geometry. Since we can create these things, we
need to allow them transit. Now, another approach might be to try to catch
them at serialization and never allow them to be stored on disk at all.
I've implemented the "simple" fix for now, which allows them out into WKB,
when teh WKB variant is "EXTENDED" (the dump format).
Committed at r13701. Still leaves representing POINT EMPTY as NaN,NaN as a
TBD task.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3178#comment:2>
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