Re: memset using long instead of int32

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: memset using long instead of int32
Дата
Msg-id 200602242000.k1OK0sP06656@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: memset using long instead of int32  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Peter Eisentraut wrote:
> ITAGAKI Takahiro wrote:
> > Attached is a patch that changes memset to use 'long' instead of
> > 'int32'.
>
> Your patch has been installed.  Thanks.

Actually, Tom wanted to test this patch because he was concerned that
the new _long_ alignment requirements meant that on some platforms the
inline copy would be possible in fewer places than before.

Tom, did you test that?

--
  Bruce Momjian   http://candle.pha.pa.us
  SRA OSS, Inc.   http://www.sraoss.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Patch Submission Guidelines
Следующее
От: James Robinson
Дата:
Сообщение: 2 line patch to allow plpythonu functions to return void ...