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.

Change History (1)

comment:1 by pramsey, 5 years ago

Resolution: fixed
Status: newclosed

In 17560:

Add extended flags area in serialization
Closes #4438

Note: See TracTickets for help on using tickets.