Re: Memroy leak with jdbc

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: Memroy leak with jdbc
Дата
Msg-id 3EB70945.5060606@selectacast.net
обсуждение исходный текст
Ответ на Re: Memroy leak with jdbc  (Joseph Shraibman <jks@selectacast.net>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Memroy leak with jdbc
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: Memroy leak with jdbc