Re: Strange memory behaviour with PGreset() ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Einar Indridason <einari(at)f-prot(dot)com>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Strange memory behaviour with PGreset() ...
Date: 2005-07-13 15:28:28
Message-ID: 2651.1121268508@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Einar Indridason <einari(at)f-prot(dot)com> writes:
> I'm experiencing a memory leak, when I run this program.

Yup, it's a leak. See patches just committed at
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c
(note patch varies depending on branch)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Patnude 2005-07-13 15:48:18 Re: Temp tables...
Previous Message David Pratt 2005-07-13 15:09:13 Re: Array as parameter for plpgsql function