Re: [HACKERS] Everything leaks; How it mm suppose to work?

From: "Maurice Gittens" <mgittens(at)gits(dot)nl>
To: <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Everything leaks; How it mm suppose to work?
Date: 1998-04-02 16:02:25
Message-ID: 026a01bd5e50$bb35c5e0$fcf3b2c2@caleb..gits.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>
>Running postgresql in interactive mode shows that for each query I
>type there is memory lost. The exact amount of memory lost depends on
>the query I use. The amount of memory not freed is also a function
>of the number of tuples returned.
>

Oops, it seems some palloced memory is not freed by pfree but
using some other function(s).
My mistake, sorry.

Thanks, with regards from Maurice.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-04-02 17:06:35 Left operator automatic type conversion
Previous Message Bruce Momjian 1998-04-02 15:58:08 Re: [HACKERS] Everything leaks; How it mm suppose to work?