Re: BUG #2684: Memory leak in libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Milen A(dot) Radev" <milen(at)radev(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2684: Memory leak in libpq
Date: 2006-10-10 15:50:36
Message-ID: 24095.1160495436@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Milen A. Radev" <milen(at)radev(dot)net> writes:
> On 10/10/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> I couldn't duplicate any such leak using your test program here.

> The client and the server were on different machines - that's why I
> believe "md5" was used. I'm sending only the client machine's
> pg_config output. Tell me if you need the server's too.

I cannot duplicate a leak using a cross-machine connection with md5
auth, either. I tested this using Fedora Core 5 and the current FC5
libpq (postgresql-libs-8.1.4-1.FC5.1 RPM).

I'm wondering if the leak you see is actually the fault of the glibc
version on your machine.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sergiy Vyshnevetskiy 2006-10-10 15:57:35 Re: BUG #2685: Wrong charset of server messages on client
Previous Message Tom Lane 2006-10-10 15:37:14 Re: BUG #2685: Wrong charset of server messages on client [PATCH]