Re: 4 pgcrypto regressions failures - 1 unsolved
Marko Kreen <marko@l-t.ee>
From: Marko Kreen <marko@l-t.ee>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2005-07-11T15:26:03Z
Lists: pgsql-hackers
Attachments
- use-memcpy.diff (text/plain) patch
On Mon, Jul 11, 2005 at 11:09:06AM -0400, Tom Lane wrote: > Marko Kreen <marko@l-t.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