Marko Kreen <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster