Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable - Mailing list pgsql-hackers

From Markus Schiltknecht
Subject Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable
Date
Msg-id 46EE9D73.1090009@bluegap.ch
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable
List pgsql-hackers
Hello Tom,

Tom Lane wrote:
> I think you'd be nuts to bet your data on the binary representations
> really being cross-platform compatible.

Can you elaborate on this? AFAICT the send/recv functions use network 
byte ordering. What are the other problems between different architectures?

> There might be some excuse for
> doing this within a single architecture, but I can't get very excited
> about it ...

Is the textual representation (i.e. OidOutputFunctionCall) more cross 
platform compatible?

Gregory Stark wrote:> Well they're not very useful for their intended purpose of> client-server communication if
they'renot.
 

Agreed. Up until now, I'd have considered it a bug, if a send/recv on 
different platforms would not lead to the very same result.

Regards

Markus



pgsql-hackers by date:

Previous
From: Eretna Evrengizid
Date:
Subject: database diagram
Next
From: "Andrew Hammond"
Date:
Subject: Re: database diagram