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 46EEAD16.9000304@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>)
List pgsql-hackers
Hi,

Tom Lane wrote:
> Well, you're probably fine with integers and text, but beyond that it
> gets a bit more dicey.  I wouldn't want to assume that floats are
> compatible across any random pair of architectures, and in the more
> complex datatypes (such as arrays or geometric types) there might be
> some impact from alignment rules.  (Or not, I'm too lazy to go look at
> the moment.)

Okay, thank you for the hints, I'll go figure out.

Regards

Markus


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable
Next
From: "Cristiano Duarte"
Date:
Subject: Re: SPI access to PostgreSQL query plan