[postgis-tickets] [PostGIS] #4438: Serialization has run out of room

PostGIS trac at osgeo.org
Wed Jun 26 15:33:16 PDT 2019


#4438: Serialization has run out of room
-------------------------+---------------------------
 Reporter:  pramsey      |      Owner:  pramsey
     Type:  enhancement  |     Status:  new
 Priority:  high         |  Milestone:  PostGIS 3.0.0
Component:  postgis      |    Version:  trunk
 Keywords:               |
-------------------------+---------------------------
 The current gser->flags slot is full. That means no more new features in
 the serialization. Want so store validity info? Nope, cannot. Want to
 store a hash option to speed up cache checking? Nope, cannot.

 Serialization needs to be updated with space for more optional flags and
 moving less used flags (IsSolid) to the optional area.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4438>
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