Re: The Axe list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: The Axe list
Дата
Msg-id 9358.1223827103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: The Axe list  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-hackers
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> On Sun, 12 Oct 2008 12:57:58 +0300
> "Marko Kreen" <markokr@gmail.com> wrote:
>> This is bad idea, postgres already does srandom()

> Is that new?  I added that to my local version at one time because I
> was getting the same salt every time I ran it.

Quite a while ago we went around and removed random calls to srandom.
In any case it is *not* acceptable to put one into a datatype, because
the effects are global.  If we did have a problem like that, the
appropriate solution would be elsewhere.
        regards, tom lane


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

Предыдущее
От: "Hitoshi Harada"
Дата:
Сообщение: Re: SELECT TOP %d PERCENT, or SELECT ... LIMIT %d PERCENT ?
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: The Axe list