Re: 4 pgcrypto regressions failures - 1 unsolved

From: Marko Kreen <marko(at)l-t(dot)ee>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 4 pgcrypto regressions failures - 1 unsolved
Date: 2005-07-11 15:26:03
Message-ID: 20050711152603.GA1565@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Mon, Jul 11, 2005 at 11:09:06AM -0400, Tom Lane wrote:
> Marko Kreen <marko(at)l-t(dot)ee> writes:
> > New sha2 code on Solaris 2.8 / SPARC. Seems like it has
> > problems memcpy'ing to a non-8-byte-aligned uint64 *.
> > ...
> > Attached patch includes sys/param.h, where I found them on
> > MINGW, and puts stricter checks into all files.
>
> Applied.

I see you also cleaned the includes. Thanks.

Here is the bcopy, bzero removal patch.

--
marko

Attachment Content-Type Size
use-memcpy.diff text/plain 8.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marko Kreen 2005-07-11 15:41:35 Re: 4 pgcrypto regressions failures - 1 unsolved
Previous Message Michael Fuhr 2005-07-11 15:19:37 Re: 4 pgcrypto regressions failures - 1 unsolved

Browse pgsql-patches by date

  From Date Subject
Next Message Atsushi Ogawa 2005-07-11 15:29:05 Re: regexp_replace
Previous Message Michael Fuhr 2005-07-11 15:19:37 Re: 4 pgcrypto regressions failures - 1 unsolved