| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Heikki Linnakangas <hlinnaka(at)iki(dot)fi> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Random number generation, take two |
| Date: | 2016-12-05 12:07:59 |
| Message-ID: | CAB7nPqSo6jySTsTt0n7bvuA4bMcdCFD_8XkQ1pM4q4TYky0qiA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Dec 5, 2016 at 8:45 PM, Heikki Linnakangas <hlinnaka(at)iki(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ashutosh Bapat | 2016-12-05 12:15:17 | Re: The max value of autovacuum_vacuum/analyze_scale_factor. |
| Previous Message | Heikki Linnakangas | 2016-12-05 11:45:00 | Re: Random number generation, take two |