Re: datum passed to macro which expects a pointer

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: datum passed to macro which expects a pointer
Дата
Msg-id 20080412231606.GI26250@europa.idg.com.au
обсуждение исходный текст
Ответ на Re: datum passed to macro which expects a pointer  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: datum passed to macro which expects a pointer  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-patches
On Sat, Apr 12, 2008 at 07:07:48PM -0400, Tom Lane wrote:
> Gavin Sherry <swm@alcove.com.au> writes:
> > I wish. It was actually thrown up when we (Greenplum) changed the macros
> > to be inline functions as part of changing Datum to be 8 bytes.
>
> Hmmm ... Datum has been 8 bytes for many years, on 64-bit machines.
> What is it you're trying to accomplish by making it wider on 32-bitters?

I miss stated there. This was actually about making key 64 bit types
pass by value instead of pass by reference.

Thanks,

Gavin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: datum passed to macro which expects a pointer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: datum passed to macro which expects a pointer