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

Поиск
Список
Период
Сортировка
От Markus Schiltknecht
Тема Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable
Дата
Msg-id 46EE7F62.7090909@bluegap.ch
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix up text concatenation so that it accepts all the reasonable
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix a portability bug (ye olde not casting a argument