Markus Schaber wrote:
> - How do we handle endianness? PostGIS canonical binary representation
> includes endian information, but what about the other types?
I have not looked at your code, but the simplest approach seems to be to
only support binary transfer on V3 connections. The standard V3 types
have binary representations that use fixed endianness irregardless of
the endianness of the server.
-O