Re: BUG #2260: PGCrypto Memory Problem
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Fuhr <mike@fuhr.org>
Cc: Daniel Blaisdell <lunk.djedi@gmail.com>, pgsql-bugs@postgresql.org
Date: 2006-02-15T18:43:18Z
Lists: 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