From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
---|---|
To: | Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com> |
Cc: | "PostgreSQL JDBC" <pgsql-jdbc(at)postgresql(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: Memory leaks using refcursors |
Date: | 2007-01-19 19:12:34 |
Message-ID: | 123826E4-A0F1-4FE0-9726-2FD2ED26CDFB@fastcrypt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
On 19-Jan-07, at 11:07 AM, Guillaume Smet wrote:
> On 1/19/07, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
>> I believe the problem is in the server's XA code somehow not closing
>> unnamed parameters properly.
>>
>> If you could run the code I sent you and tell me if it causes a leak,
>> then that will confirm it.
>
> Sorry, I did not understand what you've asked me. I just run the test
> without the XA code and it has the memory leak with the old 408
> driver.
> IMHO, it's quite logical as this memory leak has nothing to do with
> the transaction management as all the operations are in a big
> transaction.
> When I close the transaction, XA or not XA, the backend used by the
> connection returns to a normal memory usage.
So I've sent Guillaume a driver which closes the refcursor directly
after reading the contents for testing.
So far so good.
Dave
>
> --
> Guillaume
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
From | Date | Subject | |
---|---|---|---|
Next Message | Do, Leon (Leon) | 2007-01-19 20:32:46 | Max size for bytea type |
Previous Message | Guillaume Smet | 2007-01-19 16:07:22 | Re: Memory leaks using refcursors |