I ran purify yesterday on psql, and it found several memory leaks in
libpq. I fixed a couple of them and will post a patch in a couple of
hours. Unfortunately I only have a signle terminal window for now so I
can't work on the backend but libpq is significant too..BTW: There is a
bug right now in psql:
run psql.
do \m to turn on monitor style output.
select * from some table...You should see (NULL) instead of
the row separator....
I fixed it too and will send a patch for it together with memory leak
patch (they are actually related)...
=+=------------------------/\---------------------------------=+=
Igor Natanzon |**| E-mail: igor@sba.miami.edu
=+=------------------------\/---------------------------------=+=
On Sun, 1 Jun 1997, Bruce Momjian wrote:
> At this point, I think we have everything resolved for 6.1.
>
> The regression tests look good. We have GEQO active for more than six
> tables. Vadim has fixed the btree bug. The datetime types are working
> on all platforms. Documentation looks good. There have been very few
> bug reports this week.
>
> The only item that seems open is a possible memory leak problem, and the
> problems someone reported from Purify.
>
> If we can resolve these last items in the next few days, that would be
> great.
>
> If not, we should probably dig into this after 6.1 is released, and
> think about a cleanup release if the memory problems get bad. I know
> Vadim has fixed some of them, but there may be more.
>
> I know Marc is using 6.1 beta in production, so perhaps the memory
> problems are fixed, or he is not tickling the problem.
>
> --
> Bruce Momjian
> maillist@candle.pha.pa.us
>
------------------------------