Re: Memroy leak with jdbc - Mailing list pgsql-jdbc

From Joseph Shraibman
Subject Re: Memroy leak with jdbc
Date
Msg-id 3EB70945.5060606@selectacast.net
Whole thread Raw
In response to Re: Memroy leak with jdbc  (Joseph Shraibman <jks@selectacast.net>)
List pgsql-jdbc
Joseph Shraibman wrote:
> Joseph Shraibman wrote:
>
>> Using this test case with 9000 interations I get this output:
>>
> BTW forgot to mention, this is with postgres 7.3.2 and jdk 1.4.1_02 on
> linux
>
>
OK I figured out that the warnings held by the Connection weren't being cleared between
calls.  Why would the warnings we held by the Connection and not the Statement or ResultSet?

The warnings were:
NOTICE:  Adding missing FROM-clause entry in subquery for table "taba"

So is the proper fix to clear the warnings from the Connection, or to put the warnings
somewhere else in the first place?


pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Memroy leak with jdbc
Next
From: Joseph Shraibman
Date:
Subject: Re: Memroy leak with jdbc