Re: libpq binary transfer of the numeric data type - Mailing list pgsql-interfaces

From Jeroen T. Vermeulen
Subject Re: libpq binary transfer of the numeric data type
Date
Msg-id 20040614192441.GH87999@xs4all.nl
Whole thread Raw
In response to Re: libpq binary transfer of the numeric data type  (Eliot Simcoe <esimcoe@mac.com>)
List pgsql-interfaces
On Mon, Jun 14, 2004 at 03:02:10PM -0400, Eliot Simcoe wrote:
> The platform I am developing on is big endian, so this shouldn't be an 
> issue as far as I understand.

That's right.  The data are all in network byte order, i.e. big-endian.

FWIW I'm doing the C++ frontend and I decided not to touch binary transfers
at all for now.  There are other reasons as well, but lack of a clear and
stable description was one of them...


Jeroen



pgsql-interfaces by date:

Previous
From: Eliot Simcoe
Date:
Subject: Re: libpq binary transfer of the numeric data type
Next
From: Eliot Simcoe
Date:
Subject: Re: libpq binary transfer of the numeric data type