[postgis-tickets] [PostGIS] #4439: Unify methods to check machine endianness
PostGIS
trac at osgeo.org
Thu Jun 27 02:08:37 PDT 2019
#4439: Unify methods to check machine endianness
-------------------------+---------------------------
Reporter: Algunenano | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
We have several methods to check machine endianness, some at compile time
and some at runtime, e.g:
* `getMachineEndian()`
* `is_bigendian()`
* `WORDS_BIGENDIAN`
* `SHPOpenLL()` uses `bBigEndian`
They should be unified if possible.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4439>
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