Re: patch contrib/pgcrypto for win32 (2) - Mailing list pgsql-patches

From Tom Lane
Subject Re: patch contrib/pgcrypto for win32 (2)
Date
Msg-id 19744.1102289798@sss.pgh.pa.us
Whole thread Raw
In response to Re: patch contrib/pgcrypto for win32 (2)  (Marko Kreen <marko@l-t.ee>)
Responses Re: patch contrib/pgcrypto for win32 (2)
List pgsql-patches
Marko Kreen <marko@l-t.ee> writes:
> As for srandom, src/backend/postmaster/postmaster.c does it
> already, and doing it more will make matters only worse.

Yes.  I think we had some discussion about that already, and concluded
it was a bad idea to insert ad-hoc srandom calls.

> I would not object to just sticking '& 255' there,

The patch actually says '% 255' which is a whole different animal;
it still requires explaining though.

            regards, tom lane

pgsql-patches by date:

Previous
From: Marko Kreen
Date:
Subject: Re: patch contrib/pgcrypto for win32 (2)
Next
From: Marko Kreen
Date:
Subject: Re: patch contrib/pgcrypto for win32 (2)