Opened 7 years ago

Closed 7 years ago

#3850 closed enhancement (fixed)

Strip memcpy from int32 access in gserialized

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

Description

The access of the integer components of gserialized is done via memcpy, even though the components are actually 32-bit aligned.

Change History (1)

comment:1 by pramsey, 7 years ago

Resolution: fixed
Status: newclosed

In 15765:

Strip memcpy from int32 access in gserialized,
and remove the now-unused functions that support
that operation from the overall internal API.
(Closes #3850)

Note: See TracTickets for help on using tickets.