Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured
Дата
Msg-id a2ae619b-9f53-085e-3262-f836061fc103@BlueTreble.com
обсуждение исходный текст
Ответ на Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: [HACKERS] building HEAD on macos fails with #error no source ofrandom numbers configured  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 12/9/16 9:53 AM, Heikki Linnakangas wrote:
>>
>> I'm not sure what --no-recursion does, but I would say that we'd
>> consider that unsupported as well.
>
> Interesting. Running config.status adds those --no-create --no-recursion
> flags automatically. You can see them in the command-line at the top of
> config.log, too. I never bothered to check what they do...

AIUI they have to do with config dependency checking (where a simple 
make will detect if config needs to run again or not). I've been bitten 
by this in the past as well. Maybe there's a way to get config to spit 
out a warning for those options and have make filter the warning out.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Optimization for index-only scans with filter conditions
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] Declarative partitioning - another take