Re: Bool values under Mac OS X - Mailing list pgsql-odbc

From lothar.behrens@lollisoft.de
Subject Re: Bool values under Mac OS X
Date
Msg-id 426EA69F.16768.26D21DA@localhost
Whole thread Raw
In response to Re: Bool values under Mac OS X  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-odbc
Am 26 Apr 2005 um 10:24 hat Tom Lane geschrieben:

> lothar.behrens@lollisoft.de writes:
> > My conversion is these:
> > bool b = *(bool*) buffer;
>
> What's the data type of "buffer"?
>

void*

> On Intel hardware the above will fetch the low-order byte of "buffer",
> but on PPC (and other big-endian) hardware, it will fetch the high-order
> byte.  I suspect strongly that your problem has nothing to do with OS X
> versus Windows and everything to do with being careless about endianness
> issues.

I have tried out ByteAsChar and got 0 or 1. Then I have done an int conversion
instead of bool. Then I got it working. 0 is false and all other values threaded true.

Lothar

>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faq
>


--
Lothar Behrens        www.lollisoft.de
Rosmarinstr 3        My public project:
40235 Düsseldorf      http://sourceforge.net/projects/lbdmf




pgsql-odbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Bool values under Mac OS X
Next
From: Harry Sufehmi
Date:
Subject: Problem connecting from Windows 9x/Me