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

From: Markus Schiltknecht <markus(at)bluegap(dot)ch>
To: Gregory Stark <stark(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable
Date: 2007-09-17 13:21:38
Message-ID: 46EE7F62.7090909@bluegap.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Hi,

Gregory Stark wrote:
> Perhaps if you're doing some form of replication between different
> architectures you might want to use binary representation for your transfers.
> Or if you're doing something in a PL language like compressing or bundling up
> multiple data in a container format or something.

I'm not quite sure I understand where you're coming from, but isn't that
what the send and recv functions for most data types are for? Don't
those provide a cross-platform compatible binary representation?

Regards

Markus

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Gregory Stark 2007-09-17 13:32:14 Re: [COMMITTERS] pgsql: Avoid possibly-unportable initializer, per buildfarm warning.
Previous Message User Cunha17 2007-09-17 12:03:08 snapshot - src: Missing newline.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-09-17 13:33:17 Re: pgsql: Fix a portability bug (ye olde not casting a <ctype.h> argument
Previous Message Gregory Stark 2007-09-17 11:28:34 Re: pgsql: Fix a portability bug (ye olde not casting a <ctype.h> argument