Re: Random number generation, take two - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Random number generation, take two
Date
Msg-id CAB7nPqSo6jySTsTt0n7bvuA4bMcdCFD_8XkQ1pM4q4TYky0qiA@mail.gmail.com
Whole thread Raw
In response to Re: Random number generation, take two  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
On Mon, Dec 5, 2016 at 8:45 PM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> On 11/30/2016 03:22 PM, Michael Paquier wrote:
>> I could live with that. Your patch is not complete though, you need to
>> add pg_strong_random.c into the array @pgportfiles in Mkvcbuild.pm.
>> You also need to remove fortuna.c and random.c from the list of files
>> in $pgcrypto->AddFiles(). After doing so the code is able to compile
>> properly.
>
> Ok, did that, I hope I got it right.

The build works for me. Thanks.
-- 
Michael



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Random number generation, take two
Next
From: Ashutosh Bapat
Date:
Subject: Re: The max value of autovacuum_vacuum/analyze_scale_factor.