Re: memset using long instead of int32

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org, ITAGAKI Takahiro <itagaki(dot)takahiro(at)lab(dot)ntt(dot)co(dot)jp>
Subject: Re: memset using long instead of int32
Date: 2006-02-24 20:00:54
Message-ID: 200602242000.k1OK0sP06656@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-02-24 20:14:07 Re: how solve diff of API counstruct_md_array between
Previous Message Bruce Momjian 2006-02-24 19:57:19 Re: how solve diff of API counstruct_md_array between