[postgis-tickets] [PostGIS] #2933: Speed up ST_GeomFromWKB
PostGIS
trac at osgeo.org
Fri Sep 19 23:53:43 PDT 2014
#2933: Speed up ST_GeomFromWKB
-------------------------+--------------------------------------------------
Reporter: strk | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
The check is to protect from coding errors as it ensures caller did not
pass the same pointer twice (which would result in an ownership conflict).
Can be safely disabled by default, maybe based on a PARANOIA_LEVEL macro
so that debuggers can raise the panic.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2933#comment:9>
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