Re: join regression failure on cygwin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: join regression failure on cygwin
Дата
Msg-id 9684.1248386239@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: join regression failure on cygwin  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: join regression failure on cygwin  (Andrew Dunstan <andrew@dunslane.net>)
Re: join regression failure on cygwin  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Tom Lane wrote:
>> Hmm.  So we need to figure out how to improve configure's check so that
>> it rejects whatever broken version you've got ...

> Yeah.  Any ideas? I'd hate just to exclude the system erand48 on Cygwin 
> and then find out later it's broken on some other abstruse system.

Seems like it would be useful to figure out exactly why it's failing.

I don't personally have a problem with just forcing use of our own
erand48 on Cygwin; it's not a lot of code and it would make the behavior
of that build more like the MSVC build.  But it's curious that such a
simple library function is seemingly broken on Cygwin ... especially
when their random() and srandom() evidently work.
        regards, tom lane


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

Предыдущее
От: Petr Jelinek
Дата:
Сообщение: Re: [PATCH] DefaultACLs
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: When is a record NULL?