[postgis-users] Re: [postgis-devel] Moving towards a 1.2.2 release?

Michael Fuhr mike at fuhr.org
Fri May 18 21:11:17 PDT 2007


On Fri, May 18, 2007 at 06:29:23PM -0600, Michael Fuhr wrote:
> I'll see if I can figure out why the patch works on the big-endian
> sparc but not on the little-endian x86, or if the patch's problem
> isn't endianness but rather some other difference between the
> platforms.

Any ideas why the following happens?  What might the patch be doing
incorrectly?

SELECT GeomFromText('POINT(11 22)');
 geomfromtext 
--------------
 0100000000
(1 row)

In a working PostGIS/PostgreSQL 8.2.4 on the same platform (x86
32-bit) the output is:

SELECT GeomFromText('POINT(11 22)');
                geomfromtext                
--------------------------------------------
 010100000000000000000026400000000000003640
(1 row)

-- 
Michael Fuhr



More information about the postgis-users mailing list