Re: [HACKERS] Binary cursor header changed from 20 to 16 Bytes?

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Binary cursor header changed from 20 to 16 Bytes?
Date: 1999-08-02 17:14:15
Message-ID: 37A5D1E6.54977CC6@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> Will put this on my todo list.
>
> > The clients are all SGI machines (O2, Impact, and Indy).
>
> You realize, of course, that using a binary cursor in a cross-platform
> environment is a fairly dangerous thing to do. Any cross-machine
> discrepancies in data format or alignment become your problem...
>
> regards, tom lane

Thanks Tom. I just wanted to make sure the subject was brought up to help
others in case they had been racking their brains on the problem.

As I wrote to Bruce, the cross architecture seems to work just fine as long
as you have make sure to swap the endians in the data. So it looks like you
can do something else that was not in the original planning. Another kudo
for the database architecture!

-Tony

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message G. Anthony Reina 1999-08-02 17:32:23 Re: [HACKERS] Binary cursor header changed from 20 to 16 Bytes?
Previous Message Bruce Momjian 1999-08-02 17:02:43 Re: [HACKERS] Binary cursor header changed from 20 to 16 Bytes?