Opened 5 years ago
Closed 5 years ago
#4438 closed enhancement (fixed)
Serialization has run out of room
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 3.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.
In 17560: