Re: 4 pgcrypto regressions failures - 1 unsolved

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Kreen <marko@l-t.ee>
Cc: pgsql-hackers@postgresql.org
Date: 2005-07-11T14:13:22Z
Lists: pgsql-hackers
Marko Kreen <marko@l-t.ee> writes:
> (I redefined bzero and bcopy but now I think they should be
> replaced directly - patch later.)

Please.  We do not use those old functions in the Postgres code;
memcpy, memmove, memset, etc are the project standard.

			regards, tom lane