Opened 5 years ago

Closed 5 years ago

#4424 closed defect (fixed)

hide gserialized_header_size() from external callers

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

Right now gserialized_header_size() is called in lwgeom_hash() and it should be hidden further back. Implement a gserialized_hash() and bind lwgeom_hash() to that, so that it can all be safely abstracted when there are two gserialized formats

Change History (1)

comment:1 by pramsey, 5 years ago

Resolution: fixed
Status: newclosed

In 17487:

Create a gserialized_hash function to hide serialized internals
within the gserialized module, closes #4424

Note: See TracTickets for help on using tickets.