Re: Something fishy happening on frogmouth - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Something fishy happening on frogmouth
Date
Msg-id 15555.1537050112@sss.pgh.pa.us
Whole thread Raw
In response to Re: Something fishy happening on frogmouth  (Noah Misch <noah@leadboat.com>)
Responses Re: Something fishy happening on frogmouth  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
List pgsql-hackers
Noah Misch <noah@leadboat.com> writes:
> Usually, the first srandom() call happens early in PostmasterMain().  I plan
> to add one to InitStandaloneProcess(), which substitutes for several tasks
> otherwise done in PostmasterMain().  That seems like a good thing even if DSM
> weren't in the picture.  Also, initdb needs an srandom() somewhere;
> choose_dsm_implementation() itself seems fine.  Attached.

+1, but some comments would be good.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Something fishy happening on frogmouth
Next
From: Christoph Berg
Date:
Subject: Re: [patch] Support LLVM 7