Re: BUG #2260: PGCrypto Memory Problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2260: PGCrypto Memory Problem
Дата
Msg-id 18288.1140028998@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #2260: PGCrypto Memory Problem  (Michael Fuhr <mike@fuhr.org>)
Ответы Re: BUG #2260: PGCrypto Memory Problem  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-bugs
Michael Fuhr <mike@fuhr.org> writes:
> I can reproduce this in 8.1.3 on FreeBSD 6.0 and Solaris 9.  Here's
> a standalone test case:

> SELECT crypt(x::text, '$1$salt') FROM generate_series(1, 500) AS g(x);

Interesting, because I see no leak with this example on Fedora 4 or
HPUX.  Platform dependency is sounding more and more likely.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #2259: never ending select from selects
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: BUG #2260: PGCrypto Memory Problem