Re: still memory leaks with libpgtcl - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: still memory leaks with libpgtcl
Date
Msg-id 167.1041048873@sss.pgh.pa.us
Whole thread Raw
In response to Re: still memory leaks with libpgtcl  (ljb <lbayuk@mindspring.com>)
List pgsql-interfaces
ljb <lbayuk@mindspring.com> writes:
> 3) Memory leak on connect/disconnect unfortunately is not fixed in either
> the production or beta versions.  I'm seeing about 4KB loss per
> connect/disconnect.

The notes I made about this say:

2002-09-02 19:41  tgl
* src/interfaces/libpgtcl/: pgtclCmds.c, pgtclId.c: Partialsolution for 'unexpected EOF' problem with pg_disconnect: it
seemswehave a choice between annoying messages and leaking memory (ordumping core, but that's right out).
 

That was nearly four months ago, and so I don't recall the details,
other than that I went for the "leak memory" choice :-(

If anyone can improve the situation, step right up with a patch ...
        regards, tom lane


pgsql-interfaces by date:

Previous
From: ljb
Date:
Subject: Re: still memory leaks with libpgtcl
Next
From: Tim Hart
Date:
Subject: libpq and multiple selects in a single query