Re: memset using long instead of int32 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: memset using long instead of int32
Date
Msg-id 200602242000.k1OK0sP06656@candle.pha.pa.us
Whole thread Raw
In response to Re: memset using long instead of int32  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Patch Submission Guidelines
Next
From: James Robinson
Date:
Subject: 2 line patch to allow plpythonu functions to return void ...