Re: Database restore speed - Mailing list pgsql-performance

From Mitch Skinner
Subject Re: Database restore speed
Date
Msg-id 1133580366.3367.123.camel@enzian
Whole thread Raw
In response to Re: Database restore speed  ("Luke Lonergan" <llonergan@greenplum.com>)
List pgsql-performance
On Fri, 2005-12-02 at 13:24 -0800, Luke Lonergan wrote:
> It's a matter of safety and generality - in general you
> can't be sure that client machines / OS'es will render the same conversions
> that the backend does in all cases IMO.

Can't binary values can safely be sent cross-platform in DataRow
messages?  At least from my ignorant, cursory look at printtup.c,
there's a binary format code path.  float4send in utils/adt/float.c uses
pq_sendfloat4.  I obviously haven't followed the entire rabbit trail,
but it seems like it happens.

IOW, why isn't there a cross-platform issue when sending binary data
from the backend to the client in query results?  And if there isn't a
problem there, why can't binary data be sent from the client to the
backend?

Mitch

pgsql-performance by date:

Previous
From: Francisco Reyes
Date:
Subject: Small table or partial index?
Next
From: "Luke Lonergan"
Date:
Subject: Re: Database restore speed